Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.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 StartTime property value.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property StartTimeInfo As DateTimeInfo
    public DateTimeInfo StartTimeInfo {get;}
    See Also