diff options
author | George Hazan <ghazan@miranda.im> | 2022-08-02 20:51:11 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-08-02 20:51:11 +0300 |
commit | df07a56677531fe795a741c56567f67697d048b7 (patch) | |
tree | 15b78c9e14c0e184bdb80a0bd0de26901b8eaf61 /plugins/UserInfoEx/src/classMTime.h | |
parent | 8727626744b44a425f230297a86dc106fe8b157a (diff) |
fixes #3137 (UInfoEx показывает текущую дату рождения, даже если указан день и месяц)
Diffstat (limited to 'plugins/UserInfoEx/src/classMTime.h')
-rw-r--r-- | plugins/UserInfoEx/src/classMTime.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/UserInfoEx/src/classMTime.h b/plugins/UserInfoEx/src/classMTime.h index 508de1c34a..be6bcaa7ef 100644 --- a/plugins/UserInfoEx/src/classMTime.h +++ b/plugins/UserInfoEx/src/classMTime.h @@ -48,10 +48,10 @@ public: LONG Compare(const uint32_t dwTimeStamp) const;
// get value from class
- LARGE_INTEGER LargeInt() const;
- FILETIME FileTime() const;
- uint32_t TimeStamp() const;
- SYSTEMTIME SystemTime() const { return _SysTime; }
+ LARGE_INTEGER LargeInt() const;
+ FILETIME FileTime() const;
+ uint32_t TimeStamp() const;
+ SYSTEMTIME SystemTime() const { return _SysTime; }
uint16_t DaysInMonth(const uint16_t &wMonth) const;
uint16_t DaysInYear(uint8_t bIgnoreLeap = FALSE) const;
|