SPRegionalSettings.DateFormat property

Gets the date format that is used on the server.

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

Syntax

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

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

Property value

Type: System.UInt32
An unsigned 32-bit integer that specifies the date format.

See also

Reference

SPRegionalSettings class

SPRegionalSettings members

Microsoft.SharePoint namespace