SPRegionalSettings.TimeMarkerPosition property

Gets a value that indicates whether A.M. and P.M. appear before or after the time string.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property TimeMarkerPosition As UInteger
    Get
'Usage
Dim instance As SPRegionalSettings
Dim value As UInteger

value = instance.TimeMarkerPosition
public uint TimeMarkerPosition { get; }

Property value

Type: System.UInt32
An unsigned 32-bit integer that indicates the position of A.M. or P.M. in relation to the time string, where 0 indicates after and 1 indicates before.

See also

Reference

SPRegionalSettings class

SPRegionalSettings members

Microsoft.SharePoint namespace