Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / VisualInterval Class / StartTimeInfo Property

In This Topic
    StartTimeInfo Property (VisualInterval)
    In This Topic
    Gets a DateTimeInfo object containing auxiliary properties for a usage in XAML that provides additional information for the VisualInterval.StartTime property value.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property StartTimeInfo As DateTimeInfo
    public DateTimeInfo StartTimeInfo {get;}
    See Also