Time Shield Library
C++ library for working with time
|
Functions | |
TimeZoneStruct | time_shield::to_time_zone_struct (int offset) |
Converts an integer offset to a TimeZoneStruct . | |
TimeZoneStruct time_shield::to_time_zone_struct | ( | int | offset | ) |
Converts an integer offset to a TimeZoneStruct
.
offset | The integer offset in seconds to convert. |
TimeZoneStruct
represented by the given offset. Definition at line 58 of file time_zone_struct.mqh.