SPDateTimeFieldFriendlyFormatType enumeration
Specifies a friendly format to use in displaying date and time fields.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration SPDateTimeFieldFriendlyFormatType
'Usage
Dim instance As SPDateTimeFieldFriendlyFormatType
public enum SPDateTimeFieldFriendlyFormatType
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. |