Module Values_0.DefaultDateTimePickerControlOptionsSource

The default options that correspond to the filter control type of a DateTimePicker.

Sourcetype nonrec t = {
  1. type_ : SheetControlDateTimePickerType.t option;
    (*

    The date time picker type of the DefaultDateTimePickerControlOptions. Choose one of the following options: SINGLE_VALUED: The filter condition is a fixed date. DATE_RANGE: The filter condition is a date time range.

    *)
  2. displayOptions : DateTimePickerControlDisplayOptions.t option;
    (*

    The display options of a control.

    *)
  3. commitMode : CommitMode.t option;
    (*

    The visibility configuration of the Apply button on a DateTimePickerControl.

    *)
}
Sourceval make : ?type_:??? -> ?displayOptions:??? -> ?commitMode:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `String of DateTimeFormat.t | `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Enum of string | `String of HexColor.t | `Structure of (string * [> `Enum of string | `String of PixelLength.t ]) list ]) list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t