Search Results for

    Show / Hide Table of Contents

    Enum TimestampFormat

    Denotes the type of formatting to use for timestamps.

    Namespace: DisCatSharp
    Assembly: DisCatSharp.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.

    Extension Methods

    ReflectionUtilities.ToDictionary<TimestampFormat>()
    ExtensionMethods.GetName<TimestampFormat>()
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems