Home | Libraries | People | FAQ | More |
boost::date_time::uk_dst_trait — Alternative dst traits for some parts of the United Kingdom.
template<typename date_type> struct uk_dst_trait : public boost::date_time::eu_dst_trait< date_type > { // public static functions int dst_start_offset_minutes() ; int dst_end_offset_minutes() ; int dst_shift_length_minutes() ; };
Copyright © 2001-2005 CrystalClear Software, Inc |