Enum Iso8601Resolution
- Namespace
- Geotab.Serialization
- Assembly
- Geotab.Checkmate.ObjectModel.dll
An enum specifying to what resolution to serialize a DateTime to in the ISO 8601 format.
public enum Iso8601Resolution
- Extension Methods
Fields
Full = 1
Serialize in the full ISO 8601 resolution (ie ie yyyy-MM-ddTHH:mm:ss.fffffffZ)
Millisecond = 0
Serialize down to the millisecond (ie yyyy-MM-ddTHH:mm:ss.fffZ)