This documentation is archived and is not being maintained.
SPDateTimeFieldFriendlyFormatType enumeration
Specifies a friendly format to use in displaying date and time fields.
Namespace:
Microsoft.SharePointAssembly:
Microsoft.SharePoint (in Microsoft.SharePoint.dll)
No code example is currently available or this language may not be supported.
| 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. |