mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
Add conversion from scenario_time to std::string.
This commit is contained in:
@@ -9,6 +9,8 @@ http://mozilla.org/MPL/2.0/.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "winheaders.h"
|
||||
|
||||
// wrapper for scenario time
|
||||
@@ -47,6 +49,8 @@ public:
|
||||
zone_bias() const {
|
||||
return m_timezonebias; }
|
||||
|
||||
/** Returns std::string in format: `"mm:ss"`. */
|
||||
operator std::string();
|
||||
private:
|
||||
// calculates day and month from given day of year
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user