The DateAndTime type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DateAndTime |
Properties
| Name | Description | |
|---|---|---|
| BoolResult |
The output boolean result.
| |
| End |
The end time to use for GetElapsed. Default is DateTime.Now
| |
| Format |
Format to apply to the Result. For GetTime, Format can be any valid DateTime format. For GetElapsed, Format can be Milliseconds, Seconds, Minutes, Hours, Days or Total. Total returns dd:hh:mm:ss
| |
| Result |
The output Result
| |
| Start |
The start time to use
| |
| TaskAction | (Overrides BaseTask..::.TaskAction.) | |
| UseUtc |
Set to true to use UTC Date / Time for the TaskAction. Default is false.
|