/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | calendar_composed_element.cpp | 137 std::string CalendarComposedElement::ConvertWeekToString(std::string week) const in ConvertWeekToString() 139 if (week == "0") { in ConvertWeekToString() 141 } else if (week == "1") { in ConvertWeekToString() 143 } else if (week == "2") { in ConvertWeekToString() 145 } else if (week == "3") { in ConvertWeekToString() 147 } else if (week == "4") { in ConvertWeekToString() 149 } else if (week == "5") { in ConvertWeekToString() 151 } else if (week == "6") { in ConvertWeekToString()
|
H A D | calendar_composed_element.h | 46 std::string ConvertWeekToString(std::string week) const;
|
/ohos5.0/docs/en/application-dev/internationalization/ |
H A D | i18n-calendar.md | 5 …e (year, month, and day), time zone, start date of a week, minimum number of days in the first wee… 34 // Obtain the start day of a week for the Calendar object. 37 // Set the start day of a week for the Calendar object. 40 // Obtain the minimum number of days in the first week of a year for the Calendar object. 43 // Set the minimum number of days in the first week of a year for the Calendar object.
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderrequestalarm_fuzzer/ |
H A D | reminderrequestalarm_fuzzer.cpp | 34 uint8_t week = *data % WEEK; in DoSomethingInterestingWithMyAPI() local 36 daysOfWeek.push_back(week); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/docs/en/device-dev/guide/ |
H A D | device-camera-visual-details.md | 4 The **detail** page displays the air quality data of a week in a chart. There are two parts on th… 75 <div class="week"> 113 <div class="week"> 155 <div class="week"> 193 <div class="week"> 235 <div class="week"> 349 .week {
|
/ohos5.0/docs/zh-cn/device-dev/guide/ |
H A D | device-camera-visual-details.md | 78 <div class="week"> 116 <div class="week"> 158 <div class="week"> 196 <div class="week"> 238 <div class="week"> 352 .week {
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-platform-rtc-des.md | 16 …ay, day of week, hour, minute, second, and millisecond.<br>**RtcWriteTime**: writes the RTC time, … 139 Call **RtcReadTime()** to obtain the RTC time, which includes the year, month, day, day of week, ho… 150 | time | RTC time information, which includes the year, month, day, day of the week, hour, mi… 180 | time | RTC time to set, which includes the year, month, day, day of the week, hour, minute, secon… 186 …requirements specified in the manual of the device you use. You do not need to set the day of week. 222 | time | RTC alarm time information, which includes the year, month, day, day of the week, hour, mi… 253 | time | RTC alarm time to set, which includes the year, month, day, day of the week, hour, minute,… 259 …requirements specified in the manual of the device you use. You do not need to set the day of week.
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/ |
H A D | text_clock_pattern.cpp | 338 dateTime.week = static_cast<uint32_t>(timeZoneTime->tm_wday); // 0-6 in GetCurrentFormatDateTime() 371 int32_t week, int32_t month, int32_t hour) in ParseDateTime() argument 385 curDateTime[(int32_t)(TextClockElementIndex::CUR_WEEK_INDEX)] = GetWeek(false, week); in ParseDateTime() 386 curDateTime[(int32_t)(TextClockElementIndex::CUR_SHORT_WEEK_INDEX)] = GetWeek(true, week); in ParseDateTime() 667 std::string TextClockPattern::GetWeek(const bool& isShortType, const int32_t& week) in GetWeek() argument 673 if (week < (int32_t)weeks.size()) { in GetWeek() 676 curWeek = Localization::GetInstance()->GetEntryLetters(TEXTCLOCK_WEEK) + weeks[week]; in GetWeek() 678 curWeek = weeks[week]; in GetWeek()
|
H A D | text_clock_pattern.h | 138 …std::string ParseDateTime(const std::string& dateTimeValue, int32_t week, int32_t month, int32_t h… 149 static std::string GetWeek(const bool& isShortType, const int32_t& week);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | date_util.h | 38 uint32_t week = 0; member
|
H A D | date_util.cpp | 31 date.week = static_cast<uint32_t>(local->tm_wday); in Current()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ |
H A D | storage_manager_config.para | 15 persist.storage_manager.timestamp.week = 0
|
H A D | storage_manager_config.para.dac | 15 persist.storage_manager.timestamp.week = storage_manager:storage_manager:0775
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-basic-calendar.md | 23 | startdayofweek | int | 6 | No | Start day of a week on the widget calendar. The default … 24 | offdays | string | 5, 6 | No | Rest days of a week on the widget calendar. The default …
|
/ohos5.0/drivers/hdf_core/framework/support/platform/include/hdmi/ |
H A D | hdmi_edid.h | 81 uint8_t week; member 271 uint8_t week; /* member
|
/ohos5.0/base/global/i18n/ |
H A D | README.md | 34 Change the date and time formats \(such as the sequence of year, month, and day, month and week nam…
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | arkts-observed-and-objectlink.md | 2014 week:string; 2015 constructor(weather:Weather, week:string) { 2017 this.week = week; 2084 week:string; 2085 constructor(weather:Weather, week:string) { 2087 this.week = week;
|
/ohos5.0/drivers/peripheral/audio/hal/hdi_passthrough/src/ |
H A D | audio_adapter_info_common.c | 583 char *week[] = {"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"}; in GetCurrentTime() local 593 … week[specificTime->tm_wday], specificTime->tm_hour, specificTime->tm_min, specificTime->tm_sec); in GetCurrentTime()
|
/ohos5.0/drivers/peripheral/audio/hdi_service/primary_impl/src/ |
H A D | audio_adapter_info_common.c | 579 char *week[] = {"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"}; in GetCurrentTime() local 595 … week[specificTime->tm_wday], specificTime->tm_hour, specificTime->tm_min, specificTime->tm_sec); in GetCurrentTime()
|
/ohos5.0/docs/en/application-dev/reference/apis-localization-kit/ |
H A D | js-apis-i18n.md | 713 Obtains the start day of a week for a **Calendar** object. 736 Sets the start day of a week for a **Calendar** object. 759 Obtains the minimum number of days in the first week of a year. 769 | number | Minimum number of days in the first week of a year.| 782 Sets the minimum number of days in the first week of a year. 792 | value | number | Yes | Minimum number of days in the first week of a year.| 830 … calculating the first week of a year varies according to regions. For example, the first seven da… 831 | year_woy | Year used with the week of year field. | 833 | day_of_week_in_month | Day of week in month.| 835 | day_of_week | Day of week.| [all …]
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | arkts-observed-and-objectlink.md | 2015 week:string; 2016 constructor(weather:Weather, week:string) { 2018 this.week = week; 2085 week:string; 2086 constructor(weather:Weather, week:string) { 2088 this.week = week;
|
/ohos5.0/docs/en/application-dev/form/ |
H A D | arkts-ui-widget-update-by-time.md | 16 …al is half an hour (1 x 30 minutes) and the maximum update interval is one week (336 x 30 minutes).
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/base/ |
H A D | base_utils_test.cpp | 123 ASSERT_EQ(oneDay.week, DEFAULT_WEEK); 132 ASSERT_EQ(locaDay.week, localTime->tm_wday);
|
/ohos5.0/docs/en/application-dev/task-management/ |
H A D | agent-powered-reminder.md | 142 daysOfWeek: [2], // Days of a week when the reminder repeats..
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-localization-kit/ |
H A D | js-apis-intl.md | 819 | unit | string | 是 | 相对时间格式化的单位,<br>取值包括:"year", "quarter", "month", "week",&nb… 851 | unit | string | 是 | 相对时间格式化的单位,<br>取值包括:"year", "quarter", "month", "week",&nb…
|