Enum TimestampFormat
Denotes the type of formatting to use for timestamps.
Namespace: DSharpPlus
Assembly: cs.temp.dll.dll
Syntax
public enum TimestampFormat : byte
Fields
Name | Description |
---|---|
LongDate | A long date. e.g. 18 June 2021. |
LongDateTime | A long date and time. e.g. Friday 18 June 2021 03:50. |
LongTime | A long time. e.g. 03:50:15. |
RelativeTime | The time relative to the client. e.g. An hour ago. |
ShortDate | A short date. e.g. 18/06/2021. |
ShortDateTime | A short date and time. e.g. 18 June 2021 03:50. |
ShortTime | A short time. e.g. 03:50. |