eris 1.4.0
A WorldForge client library.
Eris::DateTime Class Reference

#include <Calendar.h>

Public Member Functions

bool valid () const
 
int year () const
 
int month () const
 
int dayOfMonth () const
 
int seconds () const
 
int minutes () const
 
int hours () const
 

Friends

class Calendar
 

Detailed Description

Encapsulate a decoded world time instance

Definition at line 28 of file Calendar.h.

Member Function Documentation

◆ dayOfMonth()

int Eris::DateTime::dayOfMonth ( ) const
inline

Definition at line 37 of file Calendar.h.

◆ hours()

int Eris::DateTime::hours ( ) const
inline

Definition at line 41 of file Calendar.h.

◆ minutes()

int Eris::DateTime::minutes ( ) const
inline

Definition at line 40 of file Calendar.h.

◆ month()

int Eris::DateTime::month ( ) const
inline

Definition at line 36 of file Calendar.h.

◆ seconds()

int Eris::DateTime::seconds ( ) const
inline

Definition at line 39 of file Calendar.h.

◆ valid()

bool Eris::DateTime::valid ( ) const
inline

Definition at line 33 of file Calendar.h.

◆ year()

int Eris::DateTime::year ( ) const
inline

Definition at line 35 of file Calendar.h.

Friends And Related Function Documentation

◆ Calendar

friend class Calendar
friend

Definition at line 44 of file Calendar.h.


The documentation for this class was generated from the following file: