Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / VisualIntervalGroup Class / EndTimeInfo Property

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