#include <OPENR/OCalendarTime.h>
#include <cstdio>
#include <cstring>
#include <time.h>
#include "Platform.h"
Go to the source code of this file.
Functions | |
OStatus | convert_to_calendar (OCalendarTime &calendar, const OTime &time) |
const time_t | convert_to_timestamp (const OCalendarTime &calendar) |
Variables | |
const char | monthNames [][4] = {"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"} |
const char | DOWNames [][4] = {"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"} |
|
Definition at line 33 of file OCalendarTime.cc. |
|
Definition at line 54 of file OCalendarTime.cc. References sbyte. |
|
Definition at line 30 of file OCalendarTime.cc. |
|
Definition at line 29 of file OCalendarTime.cc. |