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

In This Topic
    VisualTimeSpan Property (C1Scheduler)
    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 C1Scheduler.VisualStartTime property. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property VisualTimeSpan As TimeSpan
    public TimeSpan VisualTimeSpan {get; set;}
    See Also