Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / ActiveDateTime Class / ActiveDateTime Constructor / ActiveDateTime Constructor(TimeSpan)
The System.TimeSpan value determining interval of the ActiveDateTime.Now property refreshing.

In This Topic
    ActiveDateTime Constructor(TimeSpan)
    In This Topic
    Initializes the new instance of the ActiveDateTime object with the specified interval.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal interval As TimeSpan _
    )
    public ActiveDateTime( 
       TimeSpan interval
    )

    Parameters

    interval
    The System.TimeSpan value determining interval of the ActiveDateTime.Now property refreshing.
    See Also