Home
last modified time | relevance | path

Searched refs:concatDate (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/MainAbility/model/
H A DDateTimeUtil.ts34 return this.concatDate(DATETIME.getFullYear(), DATETIME.getMonth() + 1, DATETIME.getDate())
51 concatDate(year: number, month: number, date: number) {
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/entryability/model/
H A DDateTimeUtil.ts34 return this.concatDate(DATETIME.getFullYear(), DATETIME.getMonth() + 1, DATETIME.getDate())
51 concatDate(year: number, month: number, date: number) {
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/ets/model/
H A DDateTimeUtil.ts34 return this.concatDate(DATETIME.getFullYear(), DATETIME.getMonth() + 1, DATETIME.getDate())
59 concatDate(year: number, month: number, date: number) {
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/entry/src/main/ets/model/
H A DDateTimeUtil.ts34 return this.concatDate(DATETIME.getFullYear(), DATETIME.getMonth() + 1, DATETIME.getDate());
62 concatDate(year: number, month: number, date: number): string {
/ohos5.0/base/usb/usb_manager/test/native/js_unittest/
H A DDateAndTimeUtil.js65 concatDate(year, month, date) { method in DateAndTimeUtil