 | IExportSettingsISO8601Format Property |
Make dates return in ISO8601 format.
Namespace:
Vovin.CmcLibNet.Export
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxbool ISO8601Format { get; set; }Property ISO8601Format As Boolean
Get
Set
Property Value
Type:
Boolean
RemarksDates are returned as "yyyy-mm-dd", times are returned as "hh-mm-ss".
Commence does not store seconds, so "ss" will always be "00".
Setting this option to true will return numeric values in Canonical format.
See Also