Class DayOfWeekHelper
Inheritance
System.Object
DayOfWeekHelper
Namespace: MediaBrowser.Controller.Entities
Assembly: MediaBrowser.Controller.dll
Syntax
public static class DayOfWeekHelper
Methods
GetDaysOfWeek(DynamicDayOfWeek)
Declaration
public static List<DayOfWeek> GetDaysOfWeek(DynamicDayOfWeek day)
Parameters
Type | Name | Description |
---|---|---|
DynamicDayOfWeek | day |
Returns
Type | Description |
---|---|
System.Collections.Generic.List<System.DayOfWeek> |
GetDaysOfWeek(List<DynamicDayOfWeek>)
Declaration
public static List<DayOfWeek> GetDaysOfWeek(List<DynamicDayOfWeek> days)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<DynamicDayOfWeek> | days |
Returns
Type | Description |
---|---|
System.Collections.Generic.List<System.DayOfWeek> |