37 # pragma pack(push, 8)
sal_uInt32 Nanosec
Definition: time.h:44
SAL_DLLPUBLIC sal_Bool osl_getDateTimeFromTimeValue(const TimeValue *pTimeVal, oslDateTime *pDateTime)
Get the GMT from a TimeValue and fill a struct oslDateTime.
sal_uInt16 Day
is the day of month (1-31).
Definition: time.h:80
sal_uInt16 DayOfWeek
is the day of week (0-6 , 0 : Sunday).
Definition: time.h:85
SAL_DLLPUBLIC sal_Bool osl_getLocalTimeFromSystemTime(const TimeValue *pSystemTimeVal, TimeValue *pLocalTimeVal)
Convert GMT to local time.
sal_uInt32 Seconds
Definition: time.h:43
SAL_DLLPUBLIC sal_Bool osl_getTimeValueFromDateTime(const oslDateTime *pDateTime, TimeValue *pTimeVal)
Get the GMT from a oslDateTime and fill a TimeValue.
sal_uInt16 Month
is the month of year (1-12).
Definition: time.h:90
SAL_DLLPUBLIC sal_Bool osl_getSystemTime(TimeValue *pTimeVal)
Get the current system time as TimeValue.
sal_uInt16 Seconds
contains the seconds (0-59).
Definition: time.h:65
struct _oslDateTime oslDateTime
sal_uInt32 NanoSeconds
contains the nanoseconds .
Definition: time.h:61
unsigned char sal_Bool
Definition: types.h:46
sal_Int16 Year
is the year.
Definition: time.h:95
#define SAL_DLLPUBLIC
Definition: saldllapi.h:30
sal_uInt16 Minutes
contains the minutes (0-59).
Definition: time.h:70
SAL_DLLPUBLIC sal_uInt32 osl_getGlobalTimer(void)
Get the value of the global timer.
sal_uInt16 Hours
contains the hour (0-23).
Definition: time.h:75
SAL_DLLPUBLIC sal_Bool osl_getSystemTimeFromLocalTime(const TimeValue *pLocalTimeVal, TimeValue *pSystemTimeVal)
Convert local time to GMT.