Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request_calendar.h396 static constexpr uint8_t NON_LEAP_MONTH = 28; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request_calendar.cpp223 ? LEAP_MONTH : NON_LEAP_MONTH); in GetDaysOfMonth()