Skip to content

Interface: IDurationPickerFormCellProxy

A designer-facing interface that provides access to a DurationPicker FormCell control.

Hierarchy

Implemented by

Summary

Properties

Class Properties

Currently none in this class.

Inherited Properties

Methods

Class Methods

Inherited Methods

Methods

getMinuteInterval

getMinuteInterval(): number

Returns the MinuteInterval property value defined for the FormCell's control.

Returns: number


getUnit

getUnit(): string

Returns the Unit property value defined for the FormCell's control.

Returns: string


setMinuteInterval

setMinuteInterval(mode: number): any

Sets the MinuteInterval property of the FormCell's control. Accepted values are: "Date", "Datetime", "Time"

Parameters:

Name Type Description
mode number value to set.

Returns: any


setUnit

setUnit(mode: string): any

Sets the Unit property of the FormCell's control. Accepted values are: "Date", "Datetime", "Time"

Parameters:

Name Type Description
mode string value to set.

Returns: any