Rfc822Utils Class
Namespace | Skybrud.Essentials.Time.Rfc822 |
---|---|
Assembly | Skybrud.Essentials.dll |
Visibility | Public |
Keywords | Static |
Inheritance | Object |
Static class for working with date and time according to the RFC 822 specification.
public static class Rfc822Utils { }
Methods
NormalizeTimeZone(string)
(static)
The RFC 822 specification describes a number of predefined time zones - eg. |
Parse(string)
(static)
Converts the specified |
ToString(DateTime)
(static)
Converts the specified |
ToString(DateTimeOffset)
(static)
Converts the specified |
ToString(EssentialsDateTime)
(static)
Converts the specified |
TryParse(string, out DateTime)
(static)
Converts the specified |
TryParse(string, out DateTimeOffset)
(static)
Converts the specified |