Show / Hide Table of Contents

    Class DayDetailsFragment

    Properties of a daily schedule.

    Inheritance
    Object
    DayDetailsFragment
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.DevTestLabs.dll
    Syntax
    public class DayDetailsFragment

    Constructors

    DayDetailsFragment()

    Initializes a new instance of the DayDetailsFragment class.

    Declaration
    public DayDetailsFragment ();

    DayDetailsFragment(String)

    Initializes a new instance of the DayDetailsFragment class.

    Declaration
    public DayDetailsFragment (string time = null);
    Parameters
    String time

    The time of day the schedule will occur.

    Properties

    Time

    Gets or sets the time of day the schedule will occur.

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="time")]
    public string Time { get; set; }
    Property Value
    String

    Back to top Azure SDK for Net