Home
last modified time | relevance | path

Searched refs:daysInGivenMonth (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-notifications/build/
H A DscheduleNotificationAsync.js223 const daysInGivenMonth = daysInMonth(month);
224 if (day < 1 || day > daysInGivenMonth) {
225 …Error(`The day parameter for month ${month} must be between 1 and ${daysInGivenMonth}. Found: ${da…
H A DscheduleNotificationAsync.js.map1daysInGivenMonth = daysInMonth(month);\n if (day < 1 || day > daysInGivenMonth) {\n …
/expo/packages/expo-notifications/src/
H A DscheduleNotificationAsync.ts291 const daysInGivenMonth = daysInMonth(month); constant
292 if (day < 1 || day > daysInGivenMonth) {
294 … `The day parameter for month ${month} must be between 1 and ${daysInGivenMonth}. Found: ${day}`