Show / Hide Table of Contents

    Class DayParts

    Provides a roughly way to determine if a given part of day is either; Night, Morning, Forenoon, Afternoon og Evening.

    Inheritance
    System.Object
    DayParts
    Namespace: Cuemon
    Assembly: Cuemon.Core.dll
    Syntax
    public static class DayParts

    Properties

    | Improve this Doc

    Afternoon

    Gets the day part of a 24-hour period that approximates to Afternoon.

    Declaration
    public static DayPart Afternoon { get; }
    Property Value
    Type Description
    DayPart

    The range of a 24-hour period that approximates to Afternoon.

    | Improve this Doc

    All

    Gets the day parts of a 24-hour range of period.

    Declaration
    public static IEnumerable<DayPart> All { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<DayPart>

    The day parts of a 24-hour range of period.

    | Improve this Doc

    Evening

    Gets the day part of a 24-hour period that approximates to Evening.

    Declaration
    public static DayPart Evening { get; }
    Property Value
    Type Description
    DayPart

    The range of a 24-hour period that approximates to Evening.

    | Improve this Doc

    Forenoon

    Gets the day part of a 24-hour period that approximates to Forenoon.

    Declaration
    public static DayPart Forenoon { get; }
    Property Value
    Type Description
    DayPart

    The range of a 24-hour period that approximates to Forenoon.

    | Improve this Doc

    Morning

    Gets the day part of a 24-hour period that approximates to Morning.

    Declaration
    public static DayPart Morning { get; }
    Property Value
    Type Description
    DayPart

    The range of a 24-hour period that approximates to Morning.

    | Improve this Doc

    Night

    Gets the day part of a 24-hour period that approximates to Night.

    Declaration
    public static DayPart Night { get; }
    Property Value
    Type Description
    DayPart

    The range of a 24-hour period that approximates to Night.

    • Improve this Doc
    • View Source
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX