mtime 1.3.0
Loading...
Searching...
No Matches

Time and some operations supported on Time. More...

#include <stdint.h>
Include dependency graph for mtime_time.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  _time
 struct _time containing usual time parameters. More...
 

Functions

struct _timenewTime (const char *time_string)
 Construct new Time using an ISO 8601 conforming string.
 
struct _timenewRawTime (int _hour, int _minute, int _second, int _ms)
 Construct new Time using 'raw' numerical values.
 
struct _timeconstructAndCopyTime (struct _time *t)
 Copy the values and construct a new Time.
 
void deallocateTime (struct _time *t)
 Destructor of Time.
 
struct _timereplaceTime (struct _time *, struct _time *)
 COPY a time object.
 
char * timeToString (struct _time *, char *)
 Get time as an extended string.
 
char * timeToBasicString (struct _time *, char *)
 Get time as a basic string.
 
char * timeToPosixString (struct _time *t, char *toStr, char *fmtString)
 Get Time in 'struct tm' format and return as a string.
 

Detailed Description

Time and some operations supported on Time.

Author
Luis Kornblueh, Max Planck Institute for Meteorology.
Rahul Sinha, Max Planck Institute for Meteorology
Date
March 2013