Table of Contents

Enum TimestampFormat

Namespace
DisCatSharp.Enums
Assembly
DisCatSharp.dll

Denotes the type of formatting to use for timestamps.

public enum TimestampFormat : byte

Fields

ShortTime = 116

A short time. e.g. 16:20.

MediumTime = 84

A medium time. e.g. 16:20:30.

ShortDate = 100

A short date. e.g. 31/10/2025.

LongDate = 68

A long date. e.g. October 31, 2025.

LongDateShortTime = 102

A long date with short time. e.g. October 31, 2025 at 16:20.

FullDateShortTime = 70

A full date with short time. e.g. Friday, October 31, 2025 at 16:20.

ShortDateShortTime = 115

A short date with short time. e.g. 31/10/2025, 16:20.

ShortDateMediumTime = 83

A short date with medium time. e.g. 31/10/2025, 16:20:30.

RelativeTime = 82

The time relative to the client. e.g. 2 hours ago.

[DiscordDeprecated("Use MediumTime instead.")] LongTime = 84

Alias for MediumTime.

[DiscordDeprecated("Use LongDateShortTime instead.")] ShortDateTime = 102

Alias for LongDateShortTime.

[DiscordDeprecated("Use FullDateShortTime instead.")] LongDateTime = 70

Alias for FullDateShortTime.