Searched defs:Date (Results 1 – 5 of 5) sorted by relevance
24 struct Date { struct26 Date(uint32_t year, uint32_t month, uint32_t day) : year(year), month(month), day(day) {} in Date() argument35 uint32_t year = 1900;36 uint32_t month = 0;37 uint32_t day = 1;38 uint32_t week = 0;
85 using Date = DistributedRdb::Date; variable
213 struct Date { struct214 Date() {} in Date() argument215 Date(int64_t date) : date(date) {} in Date() argument220 int64_t date;
37 using Date = OHOS::DistributedRdb::Date; variable
292 ### Date subsection