Home
last modified time | relevance | path

Searched refs:getDate (Results 1 – 25 of 58) sorted by relevance

123

/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/MainAbility/model/
H A DDateTimeUtil.ts32 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 DDateTimeUtil.ts32 getDate() {
34 return this.concatDate(DATETIME.getFullYear(), DATETIME.getMonth() + 1, DATETIME.getDate())
H A DMediaUtils.ts37 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 DDateTimeUtil.ts32 getDate() {
34 return this.concatDate(DATETIME.getFullYear(), DATETIME.getMonth() + 1, DATETIME.getDate())
H A DMediaUtils.ts38 let name = `${dateTimeUtil.getDate()}_${dateTimeUtil.getTime()}`
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/entry/src/main/ets/model/
H A DDateTimeUtil.ts32 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 Djs-apidiff-misc.md25 …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 Dnotification_preferences_test.cpp938 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 Djs-apis-date-time.md521 ## systemDateTime.getDate<sup>(deprecated)</sup>
523 getDate(callback: AsyncCallback&lt;Date&gt;): void
553 systemDateTime.getDate((error: BusinessError, date: Date) => {
566 ## systemDateTime.getDate<sup>(deprecated)</sup>
568 getDate(): Promise&lt;Date&gt;
598 systemDateTime.getDate().then((date: Date) => {
H A Djs-apis-system-time.md400 ## systemTime.getDate<sup>8+(deprecated)</sup>
402 getDate(callback: AsyncCallback&lt;Date&gt;): void
428 systemTime.getDate((error: BusinessError, date: Date) => {
441 ## systemTime.getDate<sup>8+(deprecated)</sup>
443 getDate(): Promise&lt;Date&gt;
469 systemTime.getDate().then((date: Date) => {
/ohos5.0/base/time/time_service/test/unittest/js_test/permission/
H A DSystemDateTimeSet.test.js226 systemDateTime.getDate().then((data) => {
255 systemDateTime.getDate().then((data) => {
H A DSystemTimeSet.test.js212 systemTime.getDate().then((data) => {
238 systemTime.getDate().then((data) => {
H A DSystemTimeGet.test.js376 const currentDate = await systemTime.getDate();
394 systemTime.getDate((err, data) => {
H A DSystemDateTimeGet.test.js395 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 Djs-apidiff-misc.md25 …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 DREADME_zh.md50 | 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 DDateUtil.ets25 let day = date.getDate();
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-date-time.md521 ## systemDateTime.getDate<sup>(deprecated)</sup>
523 getDate(callback: AsyncCallback&lt;Date&gt;): void
553 systemDateTime.getDate((error: BusinessError, date: Date) => {
566 ## systemDateTime.getDate<sup>(deprecated)</sup>
568 getDate(): Promise&lt;Date&gt;
598 systemDateTime.getDate().then((date: Date) => {
H A Djs-apis-system-time.md400 ## systemTime.getDate<sup>8+(deprecated)</sup>
402 getDate(callback: AsyncCallback&lt;Date&gt;): void
428 systemTime.getDate((error: BusinessError, date: Date) => {
441 ## systemTime.getDate<sup>8+(deprecated)</sup>
443 getDate(): Promise&lt;Date&gt;
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 Dindex.js145 let day = now.getDate();
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-misc.md243 |新增|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|
315getDate(callback: AsyncCallback\<Date>): void;<br>旧版本信息:|类名:systemTime;<br>方法or属性:function getDate
316getDate(): 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 Dtake-picture-and-preview.md214 let name: string = `${dateTimeUtil.getDate()}_${dateTimeUtil.getTime()}`;//获取当前时间
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/pages/subStabilityTest/
H A DwebLatencyTest.ets445 let day: string | number = date.getDate();
461 let day: string | number = date.getDate();
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Darkts-provide-and-consume.md116 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 Dui-js-components-dialog.md284 this.curDay = date.getDate();

123