Go to the source code of this file.
◆ oslDateTime
◆ osl_getDateTimeFromTimeValue()
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.
◆ osl_getGlobalTimer()
Get the value of the global timer.
- Returns
- current timer value in milliseconds
◆ osl_getLocalTimeFromSystemTime()
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.
◆ osl_getSystemTime()
Get the current system time as TimeValue.
- Return values
-
false | if any error occurs. |
◆ osl_getSystemTimeFromLocalTime()
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.
◆ osl_getTimeValueFromDateTime()
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.