Searched refs:propertyMonthVal (Results 1 – 1 of 1) sorted by relevance
929 int32_t propertyMonthVal = 0; in ParseLocalDateTime() local934 !GetInt32(env, dateTimeObj, ReminderAgentNapi::CALENDAR_MONTH, propertyMonthVal, true) || in ParseLocalDateTime()941 if (!CheckCalendarParams(propertyYearVal, propertyMonthVal, propertyDayVal, in ParseLocalDateTime()947 …ime.tm_mon = ReminderRequest::GetCTime(ReminderRequest::TimeTransferType::MONTH, propertyMonthVal); in ParseLocalDateTime()