Class FieldDateTimeOptions
Available options for SharePoint DateTime fields
Inherited Members
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public class FieldDateTimeOptions : CommonFieldOptions
Available options for SharePoint DateTime fields
public class FieldDateTimeOptions : CommonFieldOptions
Gets or sets a value that specifies the calendar type of the field.
public CalendarType DateTimeCalendarType { get; set; }
CalendarType
|
Gets or sets the type of date and time format that is used in the field.
public DateTimeFieldFormatType DisplayFormat { get; set; }
DateTimeFieldFormatType
|
Gets or sets the type of friendly display format that is used in the field.
public DateTimeFieldFriendlyFormatType FriendlyDisplayFormat { get; set; }
DateTimeFieldFriendlyFormatType
|