CronExpression GetTime Method Quartz.NET API Documentation
Gets the time from given time parts.

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

protected virtual Nullable<DateTimeOffset> GetTime(
	int sc,
	int mn,
	int hr,
	int dayofmn,
	int mon
)

Return Value

Type: Nullable DateTimeOffset 

[Missing <returns> documentation for "M:Quartz.CronExpression.GetTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also