ICalendar GetNextIncludedTimeUtc Method Quartz.NET API Documentation
Determine the next UTC time that is 'included' by the Calendar after the given UTC time.

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

DateTimeOffset GetNextIncludedTimeUtc(
	DateTimeOffset timeUtc
)

Parameters

timeUtc
Type: System DateTimeOffset

[Missing <param name="timeUtc"/> documentation for "M:Quartz.ICalendar.GetNextIncludedTimeUtc(System.DateTimeOffset)"]

Return Value

Type: DateTimeOffset

[Missing <returns> documentation for "M:Quartz.ICalendar.GetNextIncludedTimeUtc(System.DateTimeOffset)"]

See Also