My Project
UDK 3.2.7 C/C++ API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Typedefs | Functions
time.h File Reference
#include <sal/types.h>

Go to the source code of this file.

Classes

struct  TimeValue
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 (TimeValue *pTimeVal, oslDateTime *pDateTime)
 Get the GMT from a TimeValue and fill a struct oslDateTime.
SAL_DLLPUBLIC sal_Bool osl_getTimeValueFromDateTime (oslDateTime *pDateTime, TimeValue *pTimeVal)
 Get the GMT from a oslDateTime and fill a TimeValue.
SAL_DLLPUBLIC sal_Bool osl_getLocalTimeFromSystemTime (TimeValue *pSystemTimeVal, TimeValue *pLocalTimeVal)
 Convert GMT to local time.
SAL_DLLPUBLIC sal_Bool osl_getSystemTimeFromLocalTime (TimeValue *pLocalTimeVal, TimeValue *pSystemTimeVal)
 Convert local time to GMT.
SAL_DLLPUBLIC sal_uInt32 osl_getGlobalTimer (void)
 Get the value of the global timer.

Typedef Documentation

typedef struct _oslDateTime oslDateTime

Function Documentation

SAL_DLLPUBLIC sal_Bool osl_getDateTimeFromTimeValue ( TimeValue pTimeVal,
oslDateTime pDateTime 
)

Get the GMT from a TimeValue and fill a struct oslDateTime.

Parameters
[in]pTimeValTimeValue
[out]pDateTimeOn success it receives a struct oslDateTime
Returns
sal_False if any error occurs else sal_True.
SAL_DLLPUBLIC sal_uInt32 osl_getGlobalTimer ( void  )

Get the value of the global timer.

Returns
current timer value in milli seconds
SAL_DLLPUBLIC sal_Bool osl_getLocalTimeFromSystemTime ( TimeValue pSystemTimeVal,
TimeValue pLocalTimeVal 
)

Convert GMT to local time.

Parameters
[in]pSystemTimeValsystem time to convert
[out]pLocalTimeValOn success it receives the local time
Returns
sal_False if any error occurs else sal_True.
SAL_DLLPUBLIC sal_Bool osl_getSystemTime ( TimeValue pTimeVal)

Get the current system time as TimeValue.

Returns
false if any error occurs.
SAL_DLLPUBLIC sal_Bool osl_getSystemTimeFromLocalTime ( TimeValue pLocalTimeVal,
TimeValue pSystemTimeVal 
)

Convert local time to GMT.

Parameters
[in]pLocalTimeVallocal time to convert
[out]pSystemTimeValOn success it receives the system time
Returns
sal_False if any error occurs else sal_True.
SAL_DLLPUBLIC sal_Bool osl_getTimeValueFromDateTime ( oslDateTime pDateTime,
TimeValue pTimeVal 
)

Get the GMT from a oslDateTime and fill a TimeValue.

Parameters
[in]pDateTimeoslDateTime
[out]pTimeValOn success it receives a TimeValue
Returns
sal_False if any error occurs else sal_True.