DateBuilderAtSecond Method

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

C#
public DateBuilder AtSecond(
	int second
)

Parameters

second
Type: SystemInt32

Return Value

Type: DateBuilder

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

See Also

Reference