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

Method _lastAvailableTime

packages/main/src/TimePicker.ts:455–459  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

453 }
454
455 get _lastAvailableTime() {
456 const date = UI5Date.getInstance();
457 date.setHours(23, 59, 59, 999);
458 return this.getValueFormat().format(date);
459 }
460
461 /**
462 * @protected

Callers

nothing calls this directly

Calls 2

getValueFormatMethod · 0.95
formatMethod · 0.45

Tested by

no test coverage detected