FieldDateTime.DisplayFormat property

Gets or sets the type of date and time format that is used in the field.

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

Syntax

'Declaration
Public Property DisplayFormat As DateTimeFieldFormatType
    Get
    Set
'Usage
Dim instance As FieldDateTime
Dim value As DateTimeFieldFormatType

value = instance.DisplayFormat

instance.DisplayFormat = value
public DateTimeFieldFormatType DisplayFormat { get; set; }

Property value

Type: Microsoft.SharePoint.Client.DateTimeFieldFormatType
Returns DateTimeFieldFormatType.

See also

Reference

FieldDateTime class

FieldDateTime members

Microsoft.SharePoint.Client namespace