Methods of Class TTimeValue


TTimeValue
TTimeValue();

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO YES NO


TTimeValue
TTimeValue(
sal_uInt32 Secs,
sal_uInt32 Nano );

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO YES NO


TTimeValue
TTimeValue(
sal_uInt32 MilliSecs );

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO YES NO


TTimeValue
TTimeValue(
const TTimeValue & rTimeValue );

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO YES NO


TTimeValue
TTimeValue(
const TimeValue & rTimeValue );

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO YES NO


normalize
void normalize();

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO YES NO


addTime
void addTime(
const TTimeValue & Delta );

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO YES NO


isEmpty
sal_Bool isEmpty();

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO YES NO


Top of Page