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

Functions

TimeZoneStruct time_shield::to_time_zone_struct (int offset)
 Converts an integer offset to a TimeZoneStruct.
 

Detailed Description

Function Documentation

◆ to_time_zone_struct()

TimeZoneStruct time_shield::to_time_zone_struct ( int offset)

Converts an integer offset to a TimeZoneStruct.

Parameters
offsetThe integer offset in seconds to convert.
Returns
A TimeZoneStruct represented by the given offset.

Definition at line 58 of file time_zone_struct.mqh.