TimezoneTransition ================== .. cpp:class:: numpy::TimezoneTransition numpy C++ class. Example ------- .. code-block:: cpp #include using namespace numpy; // Use TimezoneTransition TimezoneTransition obj; // ... operations ... Constructors ------------ .. list-table:: :widths: 55 25 20 :header-rows: 1 * - Signature - Location - Example * - ``TimezoneTransition(int64_tts, int32_toffset, int32_tdst, const std::string &abbr)`` - NP_TIMEZONE.H:38 - Operators --------- .. list-table:: :widths: 40 25 15 20 :header-rows: 1 * - Signature - Return Type - Location - Example * - ``bool operator<(const TimezoneTransition &other)`` - bool - NP_TIMEZONE.H:41 -