Scheduler for WPF | ComponentOne
C1.Schedule Namespace / Appointment Class / SatisfyAllDayEventConditions Method

In This Topic
    SatisfyAllDayEventConditions Method
    In This Topic
    Returns the System.Boolean value indicating whether according to the appointment times and duration the appointment is an all-day event.
    Syntax
    'Declaration
     
    
    Public Function SatisfyAllDayEventConditions() As Boolean
    public bool SatisfyAllDayEventConditions()
    See Also