Table of Contents

Enum DateTimeFieldFriendlyFormatType

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Specifies a friendly format to use in displaying date and time fields. https://docs.microsoft.com/en-us/previous-versions/office/sharepoint-csom/jj168261%28v%3doffice.15%29

public enum DateTimeFieldFriendlyFormatType

Fields

Disabled = 1

The standard absolute representation will be used. Value = 1.

Relative = 2

The standard friendly relative representation will be used (for example, "today at 3:00 PM"). Value = 2.

Unspecified = 0

Undefined. The default rendering will be used. Value = 0.