Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / VisualInterval Class / EndTimeInfo Property

In This Topic
    EndTimeInfo Property (VisualInterval)
    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