alexa

    Show / Hide Table of Contents

    Enum Days

    Flagged enum to represent week days.

    Namespace: Syncfusion.Windows.Controls.Gantt
    Assembly: Syncfusion.Gantt.Wpf.dll
    Syntax
    [Flags]
    public enum Days

    Fields

    Name Description
    Friday

    Sixth day of week.

    Monday

    Second day of week.

    Saturday

    Seventh day of week.

    Sunday

    First day of week.

    Thursday

    Fifth day of week.

    Tuesday

    Third day of week.

    Wednesday

    Fourth day of week.

    Back to top Generated by DocFX