Home
last modified time | relevance | path

Searched refs:getMonth (Results 1 – 25 of 31) sorted by relevance

12

/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())
/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())
/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())
/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());
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/entryability/candidateWifiModel/common/utils/
H A DDateUtil.ets24 let month = date.getMonth() + CommonConstants.PLUS_ONE;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_picker_pattern.cpp1013 auto getMonth = dateObj.GetMonth(); in HandleSubButtonClick() local
1014 auto newMonth = getMonth > 0 ? getMonth - 1 : 0; in HandleSubButtonClick()
1039 auto getMonth = dateObj.GetMonth(); in HandleSubButtonClick() local
1040 dateObj.SetMonth(getMonth > 0 ? getMonth - 1 : 0); in HandleSubButtonClick()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/list/list/list14/
H A Dindex.js144 let month = now.getMonth() + 1;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_pattern.cpp700 auto getMonth = date.GetMonth(); in GetSelectedObject() local
701 getMonth = getMonth > 0 ? getMonth - 1 : 0; in GetSelectedObject()
702 date.SetMonth(getMonth); in GetSelectedObject()
787 auto getMonth = date.GetMonth(); in HandleSolarDayChange() local
788 getMonth = getMonth > 0 ? getMonth - 1 : 0; in HandleSolarDayChange()
789 … date.SetMonth(getMonth); // reduce to previous month in HandleSolarDayChange()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/pages/subStabilityTest/
H A DwebLatencyTest.ets443 let month: string | number = date.getMonth() + 1;
459 let month: string | number = date.getMonth() + 1;
H A DwifiSwitchStabilityTest.ets410 let month: string | number = date.getMonth() + 1;
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Dui-js-components-dialog.md283 this.curMonth = date.getMonth() + 1;
/ohos5.0/docs/en/application-dev/ui/
H A Dui-js-components-dialog.md286 this.curMonth = date.getMonth() + 1;
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Darkts-new-local.md363 this.selectedDate.setMonth(this.selectedDate.getMonth() + 1);
H A Darkts-new-param.md557 this.parentSelectedDate.setMonth(this.parentSelectedDate.getMonth() + 1)
H A Darkts-link.md90 this.parentSelectedDate.setMonth(this.parentSelectedDate.getMonth() + 1)
H A Darkts-new-observedV2-and-trace.md829 this.info.selectedDate.setMonth(this.info.selectedDate.getMonth() + 1);
H A Darkts-appstorage.md633 this.selectedDate.setMonth(this.selectedDate.getMonth() + 1);
H A Darkts-state.md193 this.selectedDate.setMonth(this.selectedDate.getMonth() + 1);
H A Darkts-localstorage.md985 this.selectedDate.setMonth(this.selectedDate.getMonth() + 1);
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/Component/
H A DwebTitleBar.ets367 let month: string | number = date.getMonth() + 1;
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-persiststorage.md216 Text(`Persisted Date month is ${this.persistedDate.getMonth()}`)
H A Darkts-new-local.md360 this.selectedDate.setMonth(this.selectedDate.getMonth() + 1);
H A Darkts-new-param.md554 this.parentSelectedDate.setMonth(this.parentSelectedDate.getMonth() + 1)
H A Darkts-new-observedV2-and-trace.md826 this.info.selectedDate.setMonth(this.info.selectedDate.getMonth() + 1);
H A Darkts-link.md89 this.parentSelectedDate.setMonth(this.parentSelectedDate.getMonth() + 1)

12