DateBuilder AtSecond Method Quartz.NET API Documentation
Set the second (0-59) for the Date that will be built by this builder, and truncate the milliseconds to 000.

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

public DateBuilder AtSecond(
	int second
)

Parameters

second
Type: System Int32

[Missing <param name="second"/> documentation for "M:Quartz.DateBuilder.AtSecond(System.Int32)"]

Return Value

Type: DateBuilder

[Missing <returns> documentation for "M:Quartz.DateBuilder.AtSecond(System.Int32)"]

See Also