Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / ActiveDateTime Class / Interval Property

In This Topic
    Interval Property (ActiveDateTime)
    In This Topic
    Gets or sets the System.TimeSpan value determining interval of the ActiveDateTime.Now property refreshing.
    Syntax
    'Declaration
     
    
    Public Property Interval As TimeSpan
    public TimeSpan Interval {get; set;}
    See Also