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

ShortDate = 100

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

LongDate = 68

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

ShortDateTime = 102

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

LongDateTime = 70

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

ShortTime = 116

A short time. e.g. 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.