Home
last modified time | relevance | path

Searched refs:weeks (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderrequestcalendar_fuzzer/
H A Dreminderrequestcalendar_fuzzer.cpp39 uint8_t weeks = *data % WEEK + 1; in DoSomethingInterestingWithMyAPI() local
43 daysOfWeek.push_back(weeks); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/alarm/src/main/js/default/pages/index/
H A Dindex.js24 weeks: ['一', '二', '三', '四', '五', '六', '日'],
176 this.curDay = '星期' + this.weeks[Number(strDay) - 1];
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_pattern.cpp670 std::vector<std::string> weeks = Localization::GetInstance()->GetWeekdays(isShortType); in GetWeek() local
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()
/ohos5.0/docs/en/contribute/
H A Ddocs-release-process.md76 …armony/release-management/blob/master/README.md) held on Friday every two weeks. Understand the re…
/ohos5.0/docs/en/application-dev/reference/apis-calendar-kit/
H A Djs-apis-calendarManager.md1790 …repeats every two days.<br>Weekly recurrence: The event repeats every two weeks.<br>Monthly recurr…
1795 …t to the last weeks of each month. Other values are invalid and have the same effect as the empty …
1796 …le. The value ranges from 1 to 53, corresponding to the first to the last weeks of each year. Othe…