Scheduler for WPF | ComponentOne
C1.Schedule Namespace / Appointment Class / IsAllDayOrMultiDay Property

In This Topic
    IsAllDayOrMultiDay Property
    In This Topic
    Returns the System.Boolean value indicating whether the duration of the appointment is greater than or equal to one day.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsAllDayOrMultiDay As Boolean
    public bool IsAllDayOrMultiDay {get;}
    See Also