CronExpressionGetTime Method

Quartz.NET 3.0 API Documentation
Gets the time from given time parts.

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

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

Parameters

sc
Type: SystemInt32
The seconds.
mn
Type: SystemInt32
The minutes.
hr
Type: SystemInt32
The hours.
dayofmn
Type: SystemInt32
The day of month.
mon
Type: SystemInt32
The month.

Return Value

Type: NullableDateTimeOffset

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

See Also

Reference