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
DisplayFormat
Gets or sets the type of date and time format that is used in the field.
public DateTimeFieldFormatType DisplayFormat { get; set; }
Property Value
FriendlyDisplayFormat
Gets or sets the type of friendly display format that is used in the field.
public DateTimeFieldFriendlyFormatType FriendlyDisplayFormat { get; set; }