Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / 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 System.Boolean
    public System.bool SatisfyAllDayEventConditions()
    See Also