22 #ifndef MamaTimeZoneHpp__
23 #define MamaTimeZoneHpp__
25 #include <mama/timezone.h>
80 void set (
const char* tz);
86 const char* tz ()
const;
90 mama_i32_t offset ()
const;
97 const mamaTimeZone
getCValue ()
const {
return myCimpl; }
103 static void setScanningInterval (mama_f64_t seconds);
106 mamaTimeZone myCimpl;
114 #endif // MamaTimeZoneHpp__
mamaTimeZone getCValue()
Definition: MamaTimeZone.h:96
Definition: MamaBasicSubscription.h:27
const mamaTimeZone getCValue() const
Definition: MamaTimeZone.h:97
A time zone representation to make conversion of timestamps to and from particular time zones more co...
Definition: MamaTimeZone.h:50