SecondFormat Enumeration

Definition

Gibt das beabsichtigte Format für die zweite in einem DateTimeFormatter-Objekt an.

public enum class SecondFormat
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class SecondFormat
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum SecondFormat
var value = Windows.Globalization.DateTimeFormatting.SecondFormat.none
Public Enum SecondFormat
Vererbung
SecondFormat
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Felder

Default 1

Zeigen Sie die zweite auf die natürlichste Weise an. Dies hängt vom Kontext ab, z. B. von der verwendeten Sprache oder Uhr.

None 0

Zeigen Sie die zweite nicht an.

Gilt für: