Home
last modified time | relevance | path

Searched refs:DAY_ARRAY (Results 1 – 2 of 2) sorted by relevance

/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request_calendar.h225 static const uint8_t DAY_ARRAY[12]; variable
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request_calendar.cpp40 const uint8_t ReminderRequestCalendar::DAY_ARRAY[12] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, … member in OHOS::Notification::ReminderRequestCalendar
109 days = DAY_ARRAY[month - 1]; in GetDaysOfMonth()