DateBuilder EvenSecondDate Method Quartz.NET 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: 2.2.1.400
Syntax

public static DateTimeOffset EvenSecondDate(
	DateTimeOffset date
)

Parameters

date
Type: System DateTimeOffset

[Missing <param name="date"/> documentation for "M:Quartz.DateBuilder.EvenSecondDate(System.DateTimeOffset)"]

Return Value

Type: DateTimeOffset
the new rounded date
See Also