Feature: Use real-time "wallclock" timekeeping units (#11341)
This commit is contained in:
@@ -34,6 +34,8 @@ public:
|
||||
static Date date; ///< Current date in days (day counter).
|
||||
static DateFract date_fract; ///< Fractional part of the day.
|
||||
|
||||
static YearMonthDay ConvertDateToYMD(Date date);
|
||||
static Date ConvertYMDToDate(Year year, Month month, Day day);
|
||||
static void SetDate(Date date, DateFract fract);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user