rdmtimetzapi.h File Reference

Header for the public time with timezone API. More...

#include "rdmdatetimetypes.h"
#include "rdmretcodetypes.h"
Include dependency graph for rdmtimetzapi.h:
This graph shows which files directly or indirectly include this file:

Functions

RDM_RETCODE rdm_timetzNowAsString (int16_t time_zone, char *timebuf, size_t buflen)
Get current time with timezone as a string. More...
RDM_RETCODE rdm_timetzFromString (const char *str, RDM_PACKED_TIMETZ_T *ptz)
Convert a string to a time. More...
RDM_RETCODE rdm_timetzNow (int16_t time_zone, RDM_PACKED_TIMETZ_T *ptz)
Get the current time with timezone. More...
RDM_RETCODE rdm_timetzToTime (RDM_PACKED_TIMETZ_T timetzVal, int16_t tz_disp, RDM_PACKED_TIME_T *pTimeVal)
Convert a time with timezone to local time. More...
RDM_RETCODE rdm_timetzToString (RDM_PACKED_TIMETZ_T timetzVal, RDM_TIME_FORMAT time_fmt, char *buf, size_t bufSize, size_t *puSize)
Convert a time with timezone to a string. More...
RDM_PACKED_TIMETZ_T rdm_timetzZero (void)
Get the time at the start of a day. More...

Detailed Description

Header for the public time with timezone API.


Raima Database Manager

Copyright (c) 2010 Raima Inc., All rights reserved.

Use of this software, whether in source code format, or in executable, binary object code form, is governed by the Raima LICENSE which is fully described in the LICENSE.TXT file, included within this

distribution of files.