DefaultTaskDuration Constant
In This Article
Stores the Duration property’s default value.
#Declaration
Delphi
const DefaultTaskDuration: string = 'PT8H0M0S';
#Returns
Type |
---|
string |
#Remarks
This constant stores task duration in ISO 8601 format.
See Also