TimeFormat Enum
Version 1.1.28
.NET Framework 4.8
Namespace | Skybrud.Essentials.Time |
---|---|
Assembly | Skybrud.Essentials.dll |
Visibility | Public |
Enum class representing a time format.
public enum TimeFormat : Enum { }
Fields
Name | Value | Summary |
---|---|---|
Iso8601 | 0 |
Indicates that the format is ISO 8601. |
Rfc822 | 1 |
Indicates that the format is RFC 822. |
Rfc2822 | 2 |
Indicates that the format is RFC 2822. |
UnixTime | 3 |
Indicates that the format is Unix time. |