Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_pattern.h470 return monthId_.has_value(); in HasMonthNode()
475 if (!monthId_.has_value()) { in GetMonthId()
476 monthId_ = ElementRegister::GetInstance()->MakeUniqueId(); in GetMonthId()
478 return monthId_.value(); in GetMonthId()
729 std::optional<int32_t> monthId_; variable