[This is preliminary documentation and is subject to change.]
Overload List
| Name | Description |
|---|---|
| ToUnixTimeString(DateTime) | Converts a DateTime to a string containing the UTC Unix Timestamp.
If the date equals DateTime.MinValue, returns an empty string. |
| ToUnixTimeString(DateTime, StringBuilder) | Appends a UTC Unix Timestamp to the given StringBuilder.
If the date equals DateTime.MinValue, nothing is appended. |