cwyear()
Returns the calendar week based year.
Date.new(2001,2,3).cwyear #=> 2001 Date.new(2000,1,1).cwyear #=> 1999
static VALUE d_lite_cwyear(VALUE self) { get_d1(self); return m_real_cwyear(dat); }