Table of Contents

Enum TimestampFormat

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

Denotes the type of formatting to use for timestamps.

public enum TimestampFormat : byte
Extension Methods

Fields

LongDate = 68

A long date. e.g. 18 June 2021.

LongDateTime = 70

A long date and time. e.g. Friday 18 June 2021 03:50.

LongTime = 84

A long time. e.g. 03:50:15.

RelativeTime = 82

The time relative to the client. e.g. An hour ago.

ShortDate = 100

A short date. e.g. 18/06/2021.

ShortDateTime = 102

A short date and time. e.g. 18 June 2021 03:50.

ShortTime = 116

A short time. e.g. 03:50.