Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_component.cpp48 dataAdapter_->SetCurrentMonth(currentCalendarMonth_); in Initialize()
103 dataAdapter_->SetCurrentMonth(currentCalendarMonth_); in GoToMonth()
160 dataAdapter_->SetCurrentMonth(currentCalendarMonth_); in GoTo()
164 dataAdapter_->SetCurrentMonth(currentCalendarMonth_); in GoTo()
196 dataAdapter_->SetCurrentMonth(currentCalendarMonth_); in RequestMonthData()
207 dataAdapter_->SetCurrentMonth(currentCalendarMonth_); in RequestMonthData()
H A Dcalendar_data_adapter.h363 void SetCurrentMonth(const CalendarMonth& currentMonth) in SetCurrentMonth() function