#[non_exhaustive]pub struct FilterDateTimePickerControl { /* private fields */ }
Expand description
A control from a date filter that is used to specify date and time.
Implementations§
source§impl FilterDateTimePickerControl
impl FilterDateTimePickerControl
sourcepub fn filter_control_id(&self) -> Option<&str>
pub fn filter_control_id(&self) -> Option<&str>
The ID of the FilterDateTimePickerControl
.
sourcepub fn source_filter_id(&self) -> Option<&str>
pub fn source_filter_id(&self) -> Option<&str>
The source filter ID of the FilterDateTimePickerControl
.
sourcepub fn display_options(&self) -> Option<&DateTimePickerControlDisplayOptions>
pub fn display_options(&self) -> Option<&DateTimePickerControlDisplayOptions>
The display options of a control.
sourcepub fn type(&self) -> Option<&SheetControlDateTimePickerType>
pub fn type(&self) -> Option<&SheetControlDateTimePickerType>
The date time picker type of a FilterDateTimePickerControl
. 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.
source§impl FilterDateTimePickerControl
impl FilterDateTimePickerControl
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FilterDateTimePickerControl
.
Trait Implementations§
source§impl Clone for FilterDateTimePickerControl
impl Clone for FilterDateTimePickerControl
source§fn clone(&self) -> FilterDateTimePickerControl
fn clone(&self) -> FilterDateTimePickerControl
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FilterDateTimePickerControl
impl Debug for FilterDateTimePickerControl
source§impl PartialEq<FilterDateTimePickerControl> for FilterDateTimePickerControl
impl PartialEq<FilterDateTimePickerControl> for FilterDateTimePickerControl
source§fn eq(&self, other: &FilterDateTimePickerControl) -> bool
fn eq(&self, other: &FilterDateTimePickerControl) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.