DateAndTime Properties | MSBuild Extension Pack Help 4.0.12.0 |
The DateAndTime type exposes the following members.
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
|
|
UseUtc |
Set to true to use UTC Date / Time for the TaskAction. Default is false.
|
|
Value |
Specifies the value to operate with
|
See Also