SecondFormat
SecondFormat
SecondFormat
SecondFormat
SecondFormat
Enum
Definition
Specifies the intended format for the second in a DateTimeFormatter object.
public : enum class SecondFormat
enum class winrt::Windows::Globalization::DateTimeFormatting::SecondFormat : int32_t
public enum SecondFormat
Public Enum SecondFormat
var value = Windows.Globalization.DateTimeFormatting.SecondFormat.default;
- Attributes
Windows 10 requirements
Device family |
Windows 10 (introduced v10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
Default Default Default Default Default | 1 | Display the second in the most natural way. This will depend on the context, such as the language or clock that is being used. |
None None None None None | 0 | Do not display the second. |
Feedback
Loading feedback...