[]
Initializes the new instance of the ActiveDateTime object.
public ActiveDateTime()
Public Sub New()
Initializes the new instance of the ActiveDateTime object with the specified interval.
public ActiveDateTime(TimeSpan interval)
Public Sub New(interval As TimeSpan)
| Type | Name | Description |
|---|---|---|
| TimeSpan | interval | The TimeSpan value determining interval of the Now property refreshing. |