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

Public ReadOnly Property TimeMarkerPosition As UInteger
    Get

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