Class AccessSchedule
Inheritance
System.Object
AccessSchedule
Namespace: MediaBrowser.Model.Configuration
Assembly: MediaBrowser.Model.dll
Syntax
public class AccessSchedule
Properties
DayOfWeek
Gets or sets the day of week.
Declaration
public DynamicDayOfWeek DayOfWeek { get; set; }
Property Value
Type | Description |
---|---|
DynamicDayOfWeek | The day of week. |
EndHour
Gets or sets the end hour.
Declaration
public double EndHour { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The end hour. |
StartHour
Gets or sets the start hour.
Declaration
public double StartHour { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The start hour. |