TimeOfDay Before Method Quartz.NET API Documentation
Determine with this time of day is before the given time of day.

Namespace: Quartz
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

public bool Before(
	TimeOfDay timeOfDay
)

Parameters

timeOfDay
Type: Quartz TimeOfDay

[Missing <param name="timeOfDay"/> documentation for "M:Quartz.TimeOfDay.Before(Quartz.TimeOfDay)"]

Return Value

Type: Boolean
True this time of day is before the given time of day.
See Also