Feature: Setting for minutes per calendar year (#11428)

This commit is contained in:
Tyler Trahan
2024-01-23 18:33:54 -05:00
committed by GitHub
parent be8ed26db6
commit 21581b6ab3
15 changed files with 119 additions and 19 deletions

View File

@@ -78,8 +78,9 @@ public:
* Call the Elapsed() method of all active timers.
*
* @param value The amount of time that has elapsed.
* @return True iff time has progressed.
*/
static void Elapsed(TElapsed value);
static bool Elapsed(TElapsed value);
private:
/**