Click or drag to resize

Iso8601Format Enumeration

Defines the representation of the ISO8601 date string generated by ToIso8601String(Iso8601Format).

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum Iso8601Format
Members
  Member nameDescription
Basic A complete ISO8601 date and time in the basic format, which omits the dash and colon separators used between time and date components.
Extended A complete ISO8601 date and time in the extended format, which uses dash and colon separators between time and date components.
Compact The shortest possible way to accurately represent an ISO8601 date and time.
See Also