Searched refs:DateTimeParameters (Results 1 – 9 of 9) sorted by relevance
171 nn::fnd::DateTimeParameters sendDate; //172 nn::fnd::DateTimeParameters recvDate; //173 nn::fnd::DateTimeParameters createDate; //
98 void SetLastOpenedDate(const nn::fnd::DateTimeParameters& dateTime);99 nn::fnd::DateTimeParameters GetLastOpenedDate() const;100 nn::fnd::DateTimeParameters GetLastReceivedDate() const;
279 nn::fnd::DateTimeParameters GetMessageSendDate(CecBoxType boxType, u32 messIndex);287 nn::fnd::DateTimeParameters GetMessageRecvDate(CecBoxType boxType, u32 messIndex);295 nn::fnd::DateTimeParameters GetMessageCreateDate(CecBoxType boxType, u32 messIndex);
401 nn::Result SetSendDate(const nn::fnd::DateTimeParameters& date);406 nn::fnd::DateTimeParameters GetSendDate() const in GetSendDate()416 nn::Result SetRecvDate(const nn::fnd::DateTimeParameters& date);421 nn::fnd::DateTimeParameters GetRecvDate() const in GetRecvDate()431 nn::Result SetCreateDate(const nn::fnd::DateTimeParameters& date);436 nn::fnd::DateTimeParameters GetCreateDate() const in GetCreateDate()
125 void DateParam2Str(char* outStr, nn::fnd::DateTimeParameters date);
121 nn::fnd::DateTimeParameters lastOpened; // Record the time when accessed126 nn::fnd::DateTimeParameters lastReceived; // Record the time when received1317 …nn::fnd::DateTimeParameters GetMessageSendDate(const CecBoxType boxType, const u32 messIndex) …1330 …nn::fnd::DateTimeParameters GetMessageRecvDate(const CecBoxType boxType, const u32 messIndex) …1342 …nn::fnd::DateTimeParameters GetMessageCreateDate(const CecBoxType boxType, const u32 messIndex…
36 nn::fnd::DateTimeParameters recvDate; //
51 struct DateTimeParameters struct173 DateTimeParameters GetParameters() const;313 static DateTime FromParameters(const DateTimeParameters &dateTimeParameters);352 static bool IsValidParameters(const DateTimeParameters &dateTimeParameters);
107 bool DateTime::IsValidParameters(const DateTimeParameters &dateTimeParameters) in IsValidParameters()299 DateTime DateTime::FromParameters(const DateTimeParameters &dateTimeParameters) in FromParameters()398 DateTimeParameters DateTime::GetParameters() const in GetParameters()400 DateTimeParameters parameters; in GetParameters()