Table of Contents

Class FieldDateTimeOptions

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

Available options for SharePoint DateTime fields

public class FieldDateTimeOptions : CommonFieldOptions
Inheritance
FieldDateTimeOptions
Inherited Members

Properties

DateTimeCalendarType

Gets or sets a value that specifies the calendar type of the field.

public CalendarType DateTimeCalendarType { get; set; }

Property Value

CalendarType

DisplayFormat

Gets or sets the type of date and time format that is used in the field.

public DateTimeFieldFormatType DisplayFormat { get; set; }

Property Value

DateTimeFieldFormatType

FriendlyDisplayFormat

Gets or sets the type of friendly display format that is used in the field.

public DateTimeFieldFriendlyFormatType FriendlyDisplayFormat { get; set; }

Property Value

DateTimeFieldFriendlyFormatType