Expand Minimize
This topic has not yet been rated - Rate this topic

SPDateTimeFieldFriendlyFormatType enumeration

SharePoint 2013

Specifies a friendly format to use in displaying date and time fields.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[ClientCallableTypeAttribute(Name = "DateTimeFieldFriendlyFormatType")]
[SubsetCallableTypeAttribute]
public enum SPDateTimeFieldFriendlyFormatType
Member nameDescription
UnspecifiedUndefined. The default rendering will be used. Value = 0.
DisabledThe standard absolute representation will be used. Value = 1.
RelativeThe standard friendly relative representation will be used (for example, "today at 3:00 PM"). Value = 2.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.