12constexpr sal_Int64
SEC_MASK = SAL_CONST_INT64(1000000000);
13constexpr sal_Int64
MIN_MASK = SAL_CONST_INT64(100000000000);
14constexpr sal_Int64
HOUR_MASK = SAL_CONST_INT64(10000000000000);
constexpr sal_Int64 SEC_MASK
constexpr sal_Int64 HOUR_MASK
constexpr sal_Int64 MIN_MASK
bool GetSystemDateTime(sal_Int32 *pDate, sal_Int64 *pTime)
Get current local timestamp.