Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / Appointment Class / IsOneDay Property

In This Topic
    IsOneDay Property (Appointment)
    In This Topic
    Gets a System.Boolean value indicating either it is a one day appointment or shares some days.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsOneDay As Boolean
    public bool IsOneDay {get;}
    See Also