Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / StatusTypeEnum Enumeration

In This Topic
    StatusTypeEnum Enumeration
    In This Topic
    Determines the type of status.
    Syntax
    'Declaration
     
    
    Public Enum StatusTypeEnum 
       Inherits System.Enum
    public enum StatusTypeEnum : System.Enum 
    Members
    MemberDescription
    BusyThis status means that a person is in the office but unavailable to others.
    CustomThis status represents all custom statuses added to the StatusCollection.
    FreeThis status means that a person is in the office and available to others.
    OutOfOfficeThis status means that a person is out of the office and unavailable to others.
    TentativeThis status means that a person is in the office and tentatively available to others.
    WorkingElsewhereThis status means that a person is working elsewhere.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Schedule.StatusTypeEnum

    See Also