Click or drag to resize

IExportSettingsISO8601Format Property

Make dates return in ISO8601 format.

Namespace:  Vovin.CmcLibNet.Export
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
bool ISO8601Format { get; set; }

Property Value

Type: Boolean
Remarks
Dates 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