NthIncludedDayTrigger FireAtTime Property Quartz.NET API Documentation
Returns the fire time for the NthIncludedDayTrigger as a string with the format "HH:MM[:SS]", with HH representing the 24-hour clock hour of the fire time. Seconds are optional and their inclusion depends on whether or not they were provided to FireAtTime.

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

public virtual string FireAtTime { get; set; }

Property Value

Type: String
See Also