Iso8601Constants Class
Version 1.1.28
.NET Framework 4.8
Namespace | Skybrud.Essentials.Time.Iso8601 |
---|---|
Assembly | Skybrud.Essentials.dll |
Visibility | Public |
Keywords | Static |
Inheritance | Object |
Class with various constants related to the ISO 8601 standard.
public static class Iso8601Constants { }
Fields
Type | Name | Value | Summary |
---|---|---|---|
string | DateFormat | yyyy-MM-dd |
ISO 8601 date and time format. |
string | DateTimeFormat | yyyy-MM-ddTHH:mm:ssK |
ISO 8601 date and time format. |