DayOfWeekFormat 枚举

定义

指定 DateTimeFormatter 对象中星期几的预期格式。

public enum class DayOfWeekFormat
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class DayOfWeekFormat
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum DayOfWeekFormat
var value = Windows.Globalization.DateTimeFormatting.DayOfWeekFormat.none
Public Enum DayOfWeekFormat
继承
DayOfWeekFormat
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

字段

Abbreviated 2

显示星期 (星期一的缩写版本,例如,“Thur”表示星期四) 。

Default 1

以最自然的方式显示一周中的某一天。 它可能是缩写或完整,具体取决于上下文,例如使用的语言或日历。

Full 3

显示一周中整个 (,例如“星期四”) 。

None 0

不显示星期中的某一天。

适用于