In This Article

DateTimeFormatPattern Enum

Specifies various format patterns for a DateTime value.

public enum DateTimeFormatPattern

Fields

Name Description
FullDateTime

Long date and time.

LongDate

Long date.

LongTime

Long time.

MonthDay

Month and day.

Rfc1123

Time based on the RFC1123 specification.

ShortDate

Short date.

ShortDateTime

Short date and time.

ShortTime

Short time.

SortableDateTime

Sortable date and time.

UniversalSortableDateTime

Universal sortable date and time.

YearMonth

Year and month.

YearMonthNoDelimiter

Year and month, with no delimiter such as a comma.