Mercurial > minori
comparison include/core/date.h @ 389:1e5d922fe82b default tip
kitsu: implement UpdateAnimeEntry
yay... i guess
| author | Paper <paper@tflc.us> |
|---|---|
| date | Thu, 06 Nov 2025 12:21:35 -0500 |
| parents | 47c9f8502269 |
| children |
comparison
equal
deleted
inserted
replaced
| 388:83aa0ddd1a46 | 389:1e5d922fe82b |
|---|---|
| 54 std::optional<Year> GetYear() const; | 54 std::optional<Year> GetYear() const; |
| 55 std::optional<Month> GetMonth() const; | 55 std::optional<Month> GetMonth() const; |
| 56 std::optional<Day> GetDay() const; | 56 std::optional<Day> GetDay() const; |
| 57 QDate GetAsQDate() const; | 57 QDate GetAsQDate() const; |
| 58 nlohmann::json GetAsAniListJson() const; | 58 nlohmann::json GetAsAniListJson() const; |
| 59 std::string GetAsISO8601() const; | |
| 59 | 60 |
| 60 private: | 61 private: |
| 61 std::optional<Year> year; | 62 std::optional<Year> year; |
| 62 std::optional<Month> month; | 63 std::optional<Month> month; |
| 63 std::optional<Day> day; | 64 std::optional<Day> day; |
