#include <comphelper/date.hxx>
#include <cassert>
Go to the source code of this file.
|
| sal_Int32 | comphelper::date::convertDateToDaysNormalizing (sal_uInt16 nDay, sal_uInt16 nMonth, sal_Int16 nYear) |
| | Obtain days from zero for a given date, with normalizing. More...
|
| |
| bool | comphelper::date::isValidDate (sal_uInt16 nDay, sal_uInt16 nMonth, sal_Int16 nYear) |
| | Whether date is a valid date. More...
|
| |
| void | comphelper::date::convertDaysToDate (sal_Int32 nDays, sal_uInt16 &rDay, sal_uInt16 &rMonth, sal_Int16 &rYear) |
| | Obtain date for a days from zero value. More...
|
| |
| bool | comphelper::date::normalize (sal_uInt16 &rDay, sal_uInt16 &rMonth, sal_Int16 &rYear) |
| | Normalize date, i.e. More...
|
| |