RegionalSettings.Time24 - Propriété
Gets and sets whether to use a 24-hour time format in representing the hours of the day.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Property Time24 As Boolean
Get
Set
'Utilisation
Dim instance As RegionalSettings
Dim value As Boolean
value = instance.Time24
instance.Time24 = value
public bool Time24 { get; set; }
Valeur de propriété
Type : System.Boolean
true if the hours of the day are represented in 24-hour format, otherwise false to display in 12 hour AM/PM format.