Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / DateTimeInterval Class / IsFullDay Property

In This Topic
    IsFullDay Property (DateTimeInterval)
    In This Topic
    Gets the System.Boolean value, determining if the DateTimeInterval object represents one or more full days.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsFullDay As Boolean
    public bool IsFullDay {get;}
    See Also