DateTimeFieldFormatType enumeration
Specifies the display format for date and time fields.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Enumeration DateTimeFieldFormatType
'Usage
Dim instance As DateTimeFieldFormatType
public enum DateTimeFieldFormatType
Members
Member name | Description | |
---|---|---|
DateOnly | Displays only the date. | |
DateTime | Displays the date and time. |