RegionalSettings.DateFormat property

Gets the date format that is used on the server.

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

Syntax

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

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

Property value

Type: System.UInt32
The data format.

See also

Reference

RegionalSettings class

RegionalSettings members

Microsoft.SharePoint.Client namespace