Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.