Enum TimestampFormat
- Namespace
- DisCatSharp.Enums
- Assembly
- DisCatSharp.dll
Denotes the type of formatting to use for timestamps.
public enum TimestampFormat : byte
Fields
ShortTime = 116A short time. e.g. 16:20.
MediumTime = 84A medium time. e.g. 16:20:30.
ShortDate = 100A short date. e.g. 31/10/2025.
LongDate = 68A long date. e.g. October 31, 2025.
LongDateShortTime = 102A long date with short time. e.g. October 31, 2025 at 16:20.
FullDateShortTime = 70A full date with short time. e.g. Friday, October 31, 2025 at 16:20.
ShortDateShortTime = 115A short date with short time. e.g. 31/10/2025, 16:20.
ShortDateMediumTime = 83A short date with medium time. e.g. 31/10/2025, 16:20:30.
RelativeTime = 82The time relative to the client. e.g. 2 hours ago.
[DiscordDeprecated("Use MediumTime instead.")] LongTime = 84Alias for MediumTime.
[DiscordDeprecated("Use LongDateShortTime instead.")] ShortDateTime = 102Alias for LongDateShortTime.
[DiscordDeprecated("Use FullDateShortTime instead.")] LongDateTime = 70Alias for FullDateShortTime.