Home
last modified time | relevance | path

Searched defs:date (Results 1 – 4 of 4) sorted by relevance

/applications/standard/app_samples/code/BasicFeature/IDL/AbilityConnectServiceExtension/entry/src/main/ets/model/
DMain.ts18 …constructor(public degree: string, public date: string, public desc: string, public icon: Resource… property in Forecast
30 …constructor(public date: string, public week: string, public icon: Resource | string, public weath… property in WeekWeather
/applications/sample/camera/launcher/launcher/src/main/cpp/
Dtime_weather_view.cpp61 char date[TMP_BUF_SIZE] = { 0 }; in SetUpTimeView() local
125 void TimeWeatherView::GetWeekdayByYearday(int iY, int iM, int iD, char* date, int size) in GetWeekdayByYearday()
/applications/standard/app_samples/code/SuperFeature/MultiDeviceAppDev/Weather/common/src/main/ets/model/
DMain.ts18 …constructor(public degree: string, public date: string, public desc: string, public icon: Resource… property in Forecast
30 …constructor(public date: string, public week: string, public icon: Resource | string, public weath… property in WeekWeather
/applications/standard/app_samples/code/SystemFeature/Internationalnation/International/entry/src/main/ets/MainAbility/model/
DIntlUtil.ts58 let date = new Date() property in IntlUtil