Added GetYearPeriodActive() to get active year period.
This commit is contained in:
		@@ -3,6 +3,7 @@
 | 
			
		||||
#include <ctime>
 | 
			
		||||
#include <iostream>
 | 
			
		||||
#include <cmath>
 | 
			
		||||
#include <optional>
 | 
			
		||||
 | 
			
		||||
#include "day_of_week.h"
 | 
			
		||||
#include "configuration.h"
 | 
			
		||||
@@ -62,6 +63,7 @@ namespace Utilities {
 | 
			
		||||
	/// <returns></returns>
 | 
			
		||||
	bool IsYearPeriodActive(Configuration* cfg, struct tm* currentDateTime);
 | 
			
		||||
    bool IsYearPeriodActive(Configuration const *cfg, QDateTime const ¤tDateTime);
 | 
			
		||||
    std::optional<ATBPeriodYear> GetYearPeriodActive(Configuration const *cfg, QDateTime const ¤tDateTime);
 | 
			
		||||
 | 
			
		||||
	/// <summary>
 | 
			
		||||
	/// Check permissions
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user