Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / C1Scheduler Class / VisualTimeSpan Property

In This Topic
    VisualTimeSpan Property
    In This Topic
    Gets or sets a length of a period of time that is currently represented in the control UI. The start of the period is defined by the VisualStartTime property. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property VisualTimeSpan As TimeSpan
    public TimeSpan VisualTimeSpan {get; set;}
    See Also