MCPcopy Create free account
hub / github.com/UI5/webcomponents / dateValue

Method dateValue

packages/main/src/TimePicker.ts:451–453  ·  view source on GitHub ↗

* Currently selected time represented as JavaScript Date instance * @public * @default null

()

Source from the content-addressed store, hash-verified

449 * @default null
450 */
451 get dateValue(): Date | null {
452 return this.getValueFormat().parse(this._effectiveValue) as Date;
453 }
454
455 get _lastAvailableTime() {
456 const date = UI5Date.getInstance();

Callers

nothing calls this directly

Calls 2

getValueFormatMethod · 0.95
parseMethod · 0.45

Tested by

no test coverage detected