CrystalClear Software Home Library Home Documentation Index

PrevUpHomeNext

Struct greg_facet_config

boost::gregorian::greg_facet_config — Configuration of the output facet template.

Synopsis

struct greg_facet_config {
  // types
  typedef boost::gregorian::greg_month     month_type;        
  typedef boost::date_time::special_values special_value_enum;
  typedef boost::gregorian::months_of_year month_enum;        
  typedef boost::date_time::weekdays       weekday_enum;      
};
Copyright © 2001-2005 CrystalClear Software, Inc

PrevUpHomeNext