Interface FieldSchema_InForm_DateTime

Represents schema for a DateTime field in list form or in list view in grid mode

Hierarchy

Index

Properties

Properties

public AllowGridEditing: boolean

Specifies if the field can be edited while list view is in the Grid mode

public CalendarType: DateTimeCalendarType

Type of calendar to use

public Description: string

Description for this field.

public Direction: string

Direction of the reading order for the field.

public DisplayFormat: DateTimeDisplayFormat

Display format for DateTime field.

public FieldType: string

String representation of the field type, e.g. "Lookup". Same as SPField.TypeAsString

public FirstDayOfWeek: number

public FirstWeekOfYear: number

public Hidden: boolean

Indicates whether the field is hidden

public HijriAdjustment: number

public HoursMode24: boolean

public HoursOptions: Array<string>

public IMEMode: any

Specifies Input Method Editor (IME) mode bias to use for the field. The IME enables conversion of keystrokes between languages when one writing system has more characters than can be encoded for the given keyboard.

public Id: string

Guid of the field

public LanguageId: string

public LocaleId: string

public MaxJDay: number

public MinJDay: number

public Name: string

Internal name of the field

public ReadOnlyField: boolean

Specifies if the field is read only

public Required: boolean

Specifies wherever field requires values

public RestrictedMode: boolean

public ShowWeekNumber: boolean

Indicates wherever current user regional settings specify to display week numbers in day or week views of a calendar. Only appears for DateTime fields.

public TimeSeparator: string

public TimeZoneDifference: string

public Title: string

Title of the field

public Type: string

For OOTB fields, returns the type of field. For "UserMulti" returns "User", for "LookupMulti" returns "Lookup". For custom field types, returns base type of the field.

public UseMinWidth: boolean

If SPFarm.Local.UseMinWidthForHtmlPicker is true, UseMinWidth will be set to true. Undefined in other cases.

public WorkWeek: string