RegionalSettings.TimeMarkerPosition property
Gets a value that indicates whether A.M. and P.M. appear before or after the time string.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property TimeMarkerPosition As UInteger
Get
'Usage
Dim instance As RegionalSettings
Dim value As UInteger
value = instance.TimeMarkerPosition
public uint TimeMarkerPosition { get; }
Property value
Type: System.UInt32
The position of A.M. or P.M. in relation to the time string, where 0 indicates after and 1 indicates before.