Go to the source code of this file.
| Classes | |
| struct | TimeValue | 
| Time since Jan-01-1970.  More... | |
| struct | _oslDateTime | 
| Typedefs | |
| typedef struct _oslDateTime | oslDateTime | 
| Functions | |
| SAL_DLLPUBLIC sal_Bool | osl_getSystemTime (TimeValue *pTimeVal) | 
| Get the current system time as TimeValue. | |
| SAL_DLLPUBLIC sal_Bool | osl_getDateTimeFromTimeValue (const TimeValue *pTimeVal, oslDateTime *pDateTime) | 
| Get the GMT from a TimeValue and fill a struct oslDateTime. | |
| SAL_DLLPUBLIC sal_Bool | osl_getTimeValueFromDateTime (const oslDateTime *pDateTime, TimeValue *pTimeVal) | 
| Get the GMT from a oslDateTime and fill a TimeValue. | |
| SAL_DLLPUBLIC sal_Bool | osl_getLocalTimeFromSystemTime (const TimeValue *pSystemTimeVal, TimeValue *pLocalTimeVal) | 
| Convert GMT to local time. | |
| SAL_DLLPUBLIC sal_Bool | osl_getSystemTimeFromLocalTime (const TimeValue *pLocalTimeVal, TimeValue *pSystemTimeVal) | 
| Convert local time to GMT. | |
| SAL_DLLPUBLIC sal_uInt32 | osl_getGlobalTimer (void) | 
| Get the value of the global timer. | |
| typedef struct _oslDateTime oslDateTime | 
| SAL_DLLPUBLIC sal_Bool osl_getDateTimeFromTimeValue | ( | const TimeValue * | pTimeVal, | 
| oslDateTime * | pDateTime ) | 
Get the GMT from a TimeValue and fill a struct oslDateTime.
| [in] | pTimeVal | TimeValue | 
| [out] | pDateTime | On success it receives a struct oslDateTime | 
| SAL_DLLPUBLIC sal_uInt32 osl_getGlobalTimer | ( | void | ) | 
Get the value of the global timer.
| SAL_DLLPUBLIC sal_Bool osl_getLocalTimeFromSystemTime | ( | const TimeValue * | pSystemTimeVal, | 
| TimeValue * | pLocalTimeVal ) | 
Convert GMT to local time.
| [in] | pSystemTimeVal | system time to convert | 
| [out] | pLocalTimeVal | On success it receives the local time | 
| SAL_DLLPUBLIC sal_Bool osl_getSystemTime | ( | TimeValue * | pTimeVal | ) | 
Get the current system time as TimeValue.
| false | if any error occurs. | 
| SAL_DLLPUBLIC sal_Bool osl_getSystemTimeFromLocalTime | ( | const TimeValue * | pLocalTimeVal, | 
| TimeValue * | pSystemTimeVal ) | 
Convert local time to GMT.
| [in] | pLocalTimeVal | local time to convert | 
| [out] | pSystemTimeVal | On success it receives the system time | 
| SAL_DLLPUBLIC sal_Bool osl_getTimeValueFromDateTime | ( | const oslDateTime * | pDateTime, | 
| TimeValue * | pTimeVal ) | 
Get the GMT from a oslDateTime and fill a TimeValue.
| [in] | pDateTime | oslDateTime | 
| [out] | pTimeVal | On success it receives a TimeValue |