DateBuilder EvenSecondDateBefore Method Quartz.NET API Documentation
Returns a date that is rounded to the previous even second below the given date.

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

public static DateTimeOffset EvenSecondDateBefore(
	DateTimeOffset date
)

Parameters

date
Type: System DateTimeOffset

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

Return Value

Type: DateTimeOffset
the new rounded date
Remarks

For example an input date with a time of 08:13:54.341 would result in a date with the time of 08:13:00.000.

See Also