ActiveDateTime Constructor(TimeSpan)
In This Topic
Initializes the new instance of the
ActiveDateTime object with the specified interval.
Syntax
'Declaration
Public Function New( _
ByVal As TimeSpan _
)
public ActiveDateTime(
TimeSpan
)
Parameters
- interval
- The System.TimeSpan value determining interval of the ActiveDateTime.Now property refreshing.
See Also