Show / Hide Table of Contents

Enum DateTimeFormatPattern

Defines the default pattern to use when formatting date- and time values.

Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public enum DateTimeFormatPattern

Fields

Name Description
LongDate

Displays a date using the long-date format.

LongDateTime

Displays a date using the long-date format in conjunction with the long-time format.

LongTime

Displays a time using the long-time format.

ShortDate

Displays a date using the short-date format.

ShortDateTime

Displays a date using the short-date format in conjunction with the short-time format.

ShortTime

Displays a time using the short-time format.

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright 2008-2022 Geekle. All rights reserved. Code with passion and love; deploy with confidence. 👨‍💻️🔥❤️🚀😎
Generated by DocFX