Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / 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 System.Boolean
    public System.bool IsAllDayOrMultiDay {get;}
    See Also