- Days = property(GetDays,SetDays,doc="See `GetDays` and `SetDays`")
- Months = property(GetMonths,SetMonths,doc="See `GetMonths` and `SetMonths`")
- TotalDays = property(GetTotalDays,doc="See `GetTotalDays`")
- Weeks = property(GetWeeks,SetWeeks,doc="See `GetWeeks` and `SetWeeks`")
- Years = property(GetYears,SetYears,doc="See `GetYears` and `SetYears`")
+ days = property(GetDays,SetDays,doc="See `GetDays` and `SetDays`")
+ months = property(GetMonths,SetMonths,doc="See `GetMonths` and `SetMonths`")
+ totalDays = property(GetTotalDays,doc="See `GetTotalDays`")
+ weeks = property(GetWeeks,SetWeeks,doc="See `GetWeeks` and `SetWeeks`")
+ years = property(GetYears,SetYears,doc="See `GetYears` and `SetYears`")