DateBuilderEvenSecondDateAfterNow Method

Quartz.NET 3.0 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: 3.0.0
Syntax

C#
public static DateTimeOffset EvenSecondDateAfterNow()

Return Value

Type: DateTimeOffset
the new rounded date
See Also

Reference