Date formatting types.
| 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 ToString method. | 
| Interface | Description | 
|---|---|
| IDateFormatter | Render a DateTime as a string. |