Table of Contents

Class ScheduleEntry

Namespace
VAMP.Structs
Assembly
VAMP.dll

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

DayOfWeek?

Hour

Gets or sets the hour (0-23) for the schedule entry.

public int Hour { get; set; }

Property Value

int

Minute

Gets or sets the minute (0-59) for the schedule entry.

public int Minute { get; set; }

Property Value

int