DateTimeFieldFriendlyFormatType enumeration
Specifies a friendly format to use in displaying date and time fields.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Enumeration DateTimeFieldFriendlyFormatType
'Usage
Dim instance As DateTimeFieldFriendlyFormatType
public enum DateTimeFieldFriendlyFormatType
Members
Member name | Description | |
---|---|---|
Unspecified | Undefined. The default rendering will be used. Value = 0. | |
Disabled | The standard absolute representation will be used. Value = 1. | |
Relative | The standard friendly relative representation will be used (for example, "today at 3:00 PM"). Value = 2. |