Classes
Class | Description | |
---|---|---|
AbsoluteTimeDateFormatter |
Formats a DateTime as "HH:mm:ss,fff".
| |
DateTimeDateFormatter |
Formats a DateTime as "dd MMM yyyy HH:mm:ss,fff" | |
Iso8601DateFormatter |
Formats the DateTime as "yyyy-MM-dd HH:mm:ss,fff".
| |
SimpleDateFormatter |
Formats the DateTime using the [M:DateTime.ToString(string, IFormatProvider)] method.
|
Interfaces
Interface | Description | |
---|---|---|
IDateFormatter |
Render a DateTime as a string.
|