/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/MainAbility/model/ |
H A D | DateTimeUtil.ts | 32 getDate() { 34 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 D | DateTimeUtil.ts | 32 getDate() { 34 return this.concatDate(DATETIME.getFullYear(), DATETIME.getMonth() + 1, DATETIME.getDate())
|
H A D | MediaUtils.ts | 37 let name = `${dateTimeUtil.getDate()}_${dateTimeUtil.getTime()}`
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/ets/model/ |
H A D | DateTimeUtil.ts | 32 getDate() { 34 return this.concatDate(DATETIME.getFullYear(), DATETIME.getMonth() + 1, DATETIME.getDate())
|
H A D | MediaUtils.ts | 38 let name = `${dateTimeUtil.getDate()}_${dateTimeUtil.getTime()}`
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/entry/src/main/ets/model/ |
H A D | DateTimeUtil.ts | 32 getDate(): string { 34 return this.concatDate(DATETIME.getFullYear(), DATETIME.getMonth() + 1, DATETIME.getDate());
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/ |
H A D | js-apidiff-misc.md | 25 …Time;<br>方法or属性:function getDate(callback: AsyncCallback\<Date>): void;<br>旧版本信息:|类名:systemDateTim… 26 …systemDateTime;<br>方法or属性:function getDate(): Promise\<Date>;<br>旧版本信息:|类名:systemDateTime;<br>方法or…
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | notification_preferences_test.cpp | 938 sptr<NotificationDoNotDisturbDate> getDate; variable 939 …NotificationPreferences::GetInstance()->GetDoNotDisturbDate(SYSTEM_APP_UID, getDate), (int)ERR_OK); 940 ASSERT_EQ(getDate->GetDoNotDisturbType(), NotificationConstant::DoNotDisturbType::DAILY); 941 ASSERT_EQ(getDate->GetBeginDate(), beginDate); 942 ASSERT_EQ(getDate->GetEndDate(), endDate); 962 sptr<NotificationDoNotDisturbDate> getDate; variable 964 ASSERT_EQ(getDate->GetDoNotDisturbType(), NotificationConstant::DoNotDisturbType::DAILY); 965 ASSERT_EQ(getDate->GetBeginDate(), beginDate); 966 ASSERT_EQ(getDate->GetEndDate(), endDate); 980 sptr<NotificationDoNotDisturbDate> getDate; variable [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-date-time.md | 521 ## systemDateTime.getDate<sup>(deprecated)</sup> 523 getDate(callback: AsyncCallback<Date>): void 553 systemDateTime.getDate((error: BusinessError, date: Date) => { 566 ## systemDateTime.getDate<sup>(deprecated)</sup> 568 getDate(): Promise<Date> 598 systemDateTime.getDate().then((date: Date) => {
|
H A D | js-apis-system-time.md | 400 ## systemTime.getDate<sup>8+(deprecated)</sup> 402 getDate(callback: AsyncCallback<Date>): void 428 systemTime.getDate((error: BusinessError, date: Date) => { 441 ## systemTime.getDate<sup>8+(deprecated)</sup> 443 getDate(): Promise<Date> 469 systemTime.getDate().then((date: Date) => {
|
/ohos5.0/base/time/time_service/test/unittest/js_test/permission/ |
H A D | SystemDateTimeSet.test.js | 226 systemDateTime.getDate().then((data) => { 255 systemDateTime.getDate().then((data) => {
|
H A D | SystemTimeSet.test.js | 212 systemTime.getDate().then((data) => { 238 systemTime.getDate().then((data) => {
|
H A D | SystemTimeGet.test.js | 376 const currentDate = await systemTime.getDate(); 394 systemTime.getDate((err, data) => {
|
H A D | SystemDateTimeGet.test.js | 395 const currentDate = await systemDateTime.getDate(); 414 systemDateTime.getDate((err, data) => {
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/ |
H A D | js-apidiff-misc.md | 25 …n getDate(callback: AsyncCallback\<Date>): void;<br>Old version information: |Class name: systemDa… 26 …e: function getDate(): Promise\<Date>;<br>Old version information: |Class name: systemDateTime;<br…
|
/ohos5.0/base/time/time_service/ |
H A D | README_zh.md | 50 | getDate(callback: AsyncCallback<Date>): void | 获取当前系统日期,Promise方式。 | 51 | getDate(): Promise<Date> | 获取当前系统日期,callback方式。 |
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/entryability/candidateWifiModel/common/utils/ |
H A D | DateUtil.ets | 25 let day = date.getDate();
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-date-time.md | 521 ## systemDateTime.getDate<sup>(deprecated)</sup> 523 getDate(callback: AsyncCallback<Date>): void 553 systemDateTime.getDate((error: BusinessError, date: Date) => { 566 ## systemDateTime.getDate<sup>(deprecated)</sup> 568 getDate(): Promise<Date> 598 systemDateTime.getDate().then((date: Date) => {
|
H A D | js-apis-system-time.md | 400 ## systemTime.getDate<sup>8+(deprecated)</sup> 402 getDate(callback: AsyncCallback<Date>): void 428 systemTime.getDate((error: BusinessError, date: Date) => { 441 ## systemTime.getDate<sup>8+(deprecated)</sup> 443 getDate(): Promise<Date> 469 systemTime.getDate().then((date: Date) => {
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/list/list/list14/ |
H A D | index.js | 145 let day = now.getDate();
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-misc.md | 243 |新增|NA|类名:systemDateTime;<br>方法or属性:function getDate(callback: AsyncCallback\<Date>): void;|@ohos.s… 244 |新增|NA|类名:systemDateTime;<br>方法or属性:function getDate(): Promise\<Date>;|@ohos.systemDateTime.d.ts| 315 …getDate(callback: AsyncCallback\<Date>): void;<br>旧版本信息:|类名:systemTime;<br>方法or属性:function getDate… 316 …getDate(): Promise\<Date>;<br>旧版本信息:|类名:systemTime;<br>方法or属性:function getDate(): Promise\<Date>;<… 399 …emTime;<br>方法or属性:function getDate(callback: AsyncCallback\<Date>): void;<br>旧版本信息:|类名:systemTime;… 400 …码)|类名:systemTime;<br>方法or属性:function getDate(): Promise\<Date>;<br>旧版本信息:|类名:systemTime;<br>方法or属性…
|
/ohos5.0/docs/zh-cn/third-party-cases/ |
H A D | take-picture-and-preview.md | 214 let name: string = `${dateTimeUtil.getDate()}_${dateTimeUtil.getTime()}`;//获取当前时间
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/pages/subStabilityTest/ |
H A D | webLatencyTest.ets | 445 let day: string | number = date.getDate(); 461 let day: string | number = date.getDate();
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | arkts-provide-and-consume.md | 116 this.selectedDate.setDate(this.selectedDate.getDate() + 1) 142 this.selectedDate.setDate(this.selectedDate.getDate() + 1)
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | ui-js-components-dialog.md | 284 this.curDay = date.getDate();
|