Show / Hide Table of Contents

Class DatePickerEditorInterfaceControlSettings

Represents custom settings for a datepicker widget.

Inheritance
System.Object
EditorInterfaceControlSettings
DatePickerEditorInterfaceControlSettings
Inherited Members
EditorInterfaceControlSettings.HelpText
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:Contentful.Core.Models.Management
Assembly:cs.temp.dll.dll
Syntax
public class DatePickerEditorInterfaceControlSettings : EditorInterfaceControlSettings

Properties

ClockFormat

The format for the clock in the widget. Allowed values are "12" or "24".

Declaration
public string ClockFormat { get; set; }
Property Value
Type Description
System.String

DateFormat

The format for the date in the widget.

Declaration
public EditorInterfaceDateFormat DateFormat { get; set; }
Property Value
Type Description
EditorInterfaceDateFormat
Back to top Copyright © 2015-2016 Contentful
Generated by DocFX