Home
last modified time | relevance | path

Searched refs:week (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dcalendar_composed_element.cpp137 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 Dcalendar_composed_element.h46 std::string ConvertWeekToString(std::string week) const;
/ohos5.0/docs/en/application-dev/internationalization/
H A Di18n-calendar.md5 …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 Dreminderrequestalarm_fuzzer.cpp34 uint8_t week = *data % WEEK; in DoSomethingInterestingWithMyAPI() local
36 daysOfWeek.push_back(week); in DoSomethingInterestingWithMyAPI()
/ohos5.0/docs/en/device-dev/guide/
H A Ddevice-camera-visual-details.md4 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 Ddevice-camera-visual-details.md78 <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 Ddriver-platform-rtc-des.md16 …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 Dtext_clock_pattern.cpp338 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 Dtext_clock_pattern.h138 …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 Ddate_util.h38 uint32_t week = 0; member
H A Ddate_util.cpp31 date.week = static_cast<uint32_t>(local->tm_wday); in Current()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/
H A Dstorage_manager_config.para15 persist.storage_manager.timestamp.week = 0
H A Dstorage_manager_config.para.dac15 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 Djs-service-widget-basic-calendar.md23 | 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 Dhdmi_edid.h81 uint8_t week; member
271 uint8_t week; /* member
/ohos5.0/base/global/i18n/
H A DREADME.md34 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 Darkts-observed-and-objectlink.md2014 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 Daudio_adapter_info_common.c583 char *week[] = {"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"}; in GetCurrentTime() local
593week[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 Daudio_adapter_info_common.c579 char *week[] = {"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"}; in GetCurrentTime() local
595week[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 Djs-apis-i18n.md713 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 Darkts-observed-and-objectlink.md2015 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 Darkts-ui-widget-update-by-time.md16 …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 Dbase_utils_test.cpp123 ASSERT_EQ(oneDay.week, DEFAULT_WEEK);
132 ASSERT_EQ(locaDay.week, localTime->tm_wday);
/ohos5.0/docs/en/application-dev/task-management/
H A Dagent-powered-reminder.md142 daysOfWeek: [2], // Days of a week when the reminder repeats..
/ohos5.0/docs/zh-cn/application-dev/reference/apis-localization-kit/
H A Djs-apis-intl.md819 | unit | string | 是 | 相对时间格式化的单位,<br>取值包括:"year",&nbsp;"quarter",&nbsp;"month",&nbsp;"week",&nb…
851 | unit | string | 是 | 相对时间格式化的单位,<br>取值包括:"year",&nbsp;"quarter",&nbsp;"month",&nbsp;"week",&nb…

12