Iso8601Format Enumeration |
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum Iso8601Format
Public Enumeration Iso8601Format
public enum class Iso8601Format
Members
| Member name | Description |
---|
| 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