NebulaGraph CPP Client  release-3.4
DateTime Struct Reference

Public Member Functions

 DateTime (int16_t y, int8_t m, int8_t d, int8_t h, int8_t min, int8_t s, int32_t us)
 
 DateTime (const Date &date)
 
void clear ()
 
void __clear ()
 
bool operator== (const DateTime &rhs) const
 
bool operator< (const DateTime &rhs) const
 
std::string toString () const
 

Public Attributes

union {
   struct {
      int64_t   year: 16
 
      uint64_t   month: 4
 
      uint64_t   day: 5
 
      uint64_t   hour: 5
 
      uint64_t   minute: 6
 
      uint64_t   sec: 6
 
      uint64_t   microsec: 22
 
   } 
 
   uint64_t   qword
 
}; 
 

Detailed Description

Definition at line 125 of file Date.h.


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