Adbase
Adinf C++ base library V2
adbase::detail::Localtime Struct Reference

Public Member Functions

 Localtime (time_t offset, bool dst, int arrb)
 

Public Attributes

time_t gmtOffset
 
bool isDst
 
int arrbIdx
 

Detailed Description

Definition at line 48 of file TimeZone.cpp.

Constructor & Destructor Documentation

adbase::detail::Localtime::Localtime ( time_t  offset,
bool  dst,
int  arrb 
)
inline

Definition at line 53 of file TimeZone.cpp.

Member Data Documentation

int adbase::detail::Localtime::arrbIdx

Definition at line 51 of file TimeZone.cpp.

Referenced by adbase::TimeZone::toLocalTime().

time_t adbase::detail::Localtime::gmtOffset

Definition at line 49 of file TimeZone.cpp.

Referenced by adbase::TimeZone::fromLocalTime(), and adbase::TimeZone::toLocalTime().

bool adbase::detail::Localtime::isDst

Definition at line 50 of file TimeZone.cpp.

Referenced by adbase::TimeZone::toLocalTime().


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