Class ScheduleEntry
Represents a scheduled time entry for an event.
public class ScheduleEntry
- Inheritance
-
ScheduleEntry
- Inherited Members
Properties
DayOfWeek
Gets or sets the day of the week for the schedule entry. Null for daily.
public DayOfWeek? DayOfWeek { get; set; }
Property Value
Hour
Gets or sets the hour (0-23) for the schedule entry.
public int Hour { get; set; }
Property Value
Minute
Gets or sets the minute (0-59) for the schedule entry.
public int Minute { get; set; }