In This Article

DayOfWeekFormatPattern Enum

Specifies various format patterns for a DayOfWeek value.

public enum DayOfWeekFormatPattern

Fields

Name Description
Abbreviated

Indicates a format that uses an abbreviated text for the day of the week.

AbbreviatedUppercase

Indicates a format that uses an all-uppercase abbreviated text for the day of the week.

Full

Indicates a format that uses the full text of the day of the week.

Shortest

Indicates a format that uses the shortest text possible, while still being unique, for the day of the week.

ShortestUppercase

Indicates an all-uppercase format that uses the shortest text possible, while still being unique, for the day of the week.

SingleLetter

Indicates a format that uses a single letter for the day of the week.