DateBuilder EvenSecondDateAfterNow Method Quartz.NET API Documentation
Returns a date that is rounded to the next even second after the current time.

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

public static DateTimeOffset EvenSecondDateAfterNow()

Return Value

Type: DateTimeOffset
the new rounded date
See Also