DateBuilderEvenMinuteDateAfterNow Method

Quartz.NET 3.0 API Documentation

Returns a date that is rounded to the next even minute after the current time.

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

C#
public static DateTimeOffset EvenMinuteDateAfterNow()

Return Value

Type: DateTimeOffset
the new rounded date
Remarks

For example a current time of 08:13:54 would result in a date with the time of 08:14:00. If the date's time is in the 59th minute, then the hour (and possibly the day) will be promoted.
See Also

Reference