Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::date_time::dst_adjustment_offsets< time_duration_type > Class Template Reference

Structure which holds the time offsets associated with daylight savings time. More...

#include <time_zone_base.hpp>

Inheritance diagram for boost::date_time::dst_adjustment_offsets< time_duration_type >:

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...
 

Detailed Description

template<class time_duration_type>
class boost::date_time::dst_adjustment_offsets< time_duration_type >

Structure which holds the time offsets associated with daylight savings time.

Parameters
time_duration_typeA type used to represent the offset

Constructor & Destructor Documentation

template<class time_duration_type>
boost::date_time::dst_adjustment_offsets< time_duration_type >::dst_adjustment_offsets ( const time_duration_type &  dst_adjust,
const time_duration_type &  dst_start_offset,
const time_duration_type &  dst_end_offset 
)
inline

Member Data Documentation

template<class time_duration_type>
time_duration_type boost::date_time::dst_adjustment_offsets< time_duration_type >::dst_adjust_

The documentation for this class was generated from the following file: