[]
        
(Showing Draft Content)

C1.WPF.Schedule.ActiveDateTime.-ctor

ActiveDateTime Constructor

ActiveDateTime()

Initializes the new instance of the ActiveDateTime object.

Declaration
public ActiveDateTime()
Public Sub New()

ActiveDateTime(TimeSpan)

Initializes the new instance of the ActiveDateTime object with the specified interval.

Declaration
public ActiveDateTime(TimeSpan interval)
Public Sub New(interval As TimeSpan)
Parameters
Type Name Description
TimeSpan interval

The TimeSpan value determining interval of the Now property refreshing.