Rfc2822Utils Class
| Namespace | Skybrud.Essentials.Time.Rfc2822 |
|---|---|
| Assembly | Skybrud.Essentials.dll |
| Visibility | Public |
| Keywords | Static |
| Inheritance | Object |
Static class for working with date and time according to the RFC 2822 specification.
public static class Rfc2822Utils { }
Methods
|
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 |