#include <sbuild-types.h>
Inheritance diagram for sbuild::date:
Public Member Functions | |
date (time_t unix_time) | |
The constructor. | |
~date () | |
The destructor. |
Definition at line 172 of file sbuild-types.h.
sbuild::date::date | ( | time_t | unix_time | ) | [inline] |
The constructor.
unix_time | the time in the local timezone. |
Definition at line 180 of file sbuild-types.h.
sbuild::date::~date | ( | ) | [inline] |