MinuteFormat enumeration

This topic has not yet been rated - Rate this topic

Specifies the intended format for the minute in a DateTimeFormatter object.

Syntax


var value = Windows.Globalization.DateTimeFormatting.MinuteFormat.none;

Attributes

VersionAttribute(NTDDI_WIN8)

Members

The MinuteFormat enumeration has these members.

MemberValueDescription
None | none0

Do not display the minute.

Default | default1

Display the minute in the most natural way. This will depend on the context, such as the language or clock that is being used.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Globalization.DateTimeFormatting
Windows::Globalization::DateTimeFormatting [C++]

Metadata

Windows.winmd

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.