Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_datepicker.cpp993 auto dateTimeOptionsValue = paramObject->GetProperty("dateTimeOptions"); in UpdateDatePickerSettingData() local
994 if (dateTimeOptionsValue->IsObject()) { in UpdateDatePickerSettingData()
995 auto dateTimeOptionsObj = JSRef<JSObject>::Cast(dateTimeOptionsValue); in UpdateDatePickerSettingData()
1723 auto dateTimeOptionsValue = paramObject->GetProperty("dateTimeOptions"); in Show() local
1724 if (dateTimeOptionsValue->IsObject()) { in Show()
1725 auto dateTimeOptionsObj = JSRef<JSObject>::Cast(dateTimeOptionsValue); in Show()