DateBuilderEvenSecondDate Method

Quartz.NET 3.0 API Documentation
Returns a date that is rounded to the next even second above the given date.

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

C#
public static DateTimeOffset EvenSecondDate(
	DateTimeOffset date
)

Parameters

date
Type: SystemDateTimeOffset

Return Value

Type: DateTimeOffset
the new rounded date
See Also

Reference