Structure which holds the time offsets associated with daylight savings time. More...
#include <time_zone_base.hpp>
Public Member Functions | |
dst_adjustment_offsets (const time_duration_type &dst_adjust, const time_duration_type &dst_start_offset, const time_duration_type &dst_end_offset) | |
Public Attributes | |
time_duration_type | dst_adjust_ |
Amount DST adjusts the clock eg: plus one hour. More... | |
time_duration_type | dst_start_offset_ |
Time past midnight on start transition day that dst starts. More... | |
time_duration_type | dst_end_offset_ |
Time past midnight on end transition day that dst ends. More... | |
Structure which holds the time offsets associated with daylight savings time.
time_duration_type | A type used to represent the offset |
|
inline |
time_duration_type boost::date_time::dst_adjustment_offsets< time_duration_type >::dst_adjust_ |
Amount DST adjusts the clock eg: plus one hour.
Referenced by boost::local_time::custom_time_zone_base< CharT >::dst_offset(), and boost::local_time::posix_time_zone_base< CharT >::dst_offset().
time_duration_type boost::date_time::dst_adjustment_offsets< time_duration_type >::dst_end_offset_ |
Time past midnight on end transition day that dst ends.
Referenced by boost::local_time::custom_time_zone_base< CharT >::dst_local_end_time(), boost::local_time::posix_time_zone_base< CharT >::dst_local_end_time(), boost::local_time::custom_time_zone_base< CharT >::to_posix_string(), and boost::local_time::posix_time_zone_base< CharT >::to_posix_string().
time_duration_type boost::date_time::dst_adjustment_offsets< time_duration_type >::dst_start_offset_ |
Time past midnight on start transition day that dst starts.
Referenced by boost::local_time::custom_time_zone_base< CharT >::dst_local_start_time(), boost::local_time::posix_time_zone_base< CharT >::dst_local_start_time(), boost::local_time::custom_time_zone_base< CharT >::to_posix_string(), and boost::local_time::posix_time_zone_base< CharT >::to_posix_string().