Go to the source code of this file.
Typedef Documentation
Function Documentation
Get the GMT from a TimeValue and fill a struct oslDateTime.
- Parameters
-
[in] | pTimeVal | TimeValue |
[out] | pDateTime | On success it receives a struct oslDateTime |
- Returns
- sal_False if any error occurs else sal_True.
Get the value of the global timer.
- Returns
- current timer value in milli seconds
Convert GMT to local time.
- Parameters
-
[in] | pSystemTimeVal | system time to convert |
[out] | pLocalTimeVal | On success it receives the local time |
- Returns
- sal_False if any error occurs else sal_True.
Get the current system time as TimeValue.
- Returns
- false if any error occurs.
Convert local time to GMT.
- Parameters
-
[in] | pLocalTimeVal | local time to convert |
[out] | pSystemTimeVal | On success it receives the system time |
- Returns
- sal_False if any error occurs else sal_True.
Get the GMT from a oslDateTime and fill a TimeValue.
- Parameters
-
[in] | pDateTime | oslDateTime |
[out] | pTimeVal | On success it receives a TimeValue |
- Returns
- sal_False if any error occurs else sal_True.