Time Shield Library
C++ library for working with time
Loading...
Searching...
No Matches
Time structure formatting

Functions

std::string time_shield::time_zone_struct_to_string (const TimeZoneStruct &tz)
 Converts a TimeZoneStruct to a string representation.
 
std::string time_shield::to_string (const TimeZoneStruct &tz)
 Alias for time_zone_struct_to_string function.
 
std::string time_shield::to_str (const TimeZoneStruct &tz)
 Alias for time_zone_struct_to_string function.
 

Detailed Description

Function Documentation

◆ time_zone_struct_to_string()

string time_shield::time_zone_struct_to_string ( const TimeZoneStruct & tz)
inline

Converts a TimeZoneStruct to a string representation.

Parameters
tzThe TimeZoneStruct to convert.
Returns
A string representation of the TimeZoneStruct.

Definition at line 66 of file time_zone_struct.hpp.

◆ to_str()

string time_shield::to_str ( const TimeZoneStruct & tz)
inline

Alias for time_zone_struct_to_string function.

Converts a TimeZoneStruct to a string representation.

Parameters
tzThe TimeZoneStruct to convert.
Returns
A string representation of the TimeZoneStruct.

Definition at line 81 of file time_zone_struct.hpp.

◆ to_string()

string time_shield::to_string ( const TimeZoneStruct & tz)
inline

Alias for time_zone_struct_to_string function.

Converts a TimeZoneStruct to a string representation.

Parameters
tzThe TimeZoneStruct to convert.
Returns
A string representation of the TimeZoneStruct.

Definition at line 74 of file time_zone_struct.hpp.