109
110
inline void set_second_part_index(int32_t index) {_second_part_index= ((index - 1) * 2) + 2;}
113
114
* @param index of the temporal part
115
116
inline void set_usecond_part_index(int32_t index) {_usecond_part_index= ((index - 1) * 2) + 2;}
117
124
* Returns true or false whether a supplied
118
125
* string matches the internal pattern for this
119
126
* temporal format string.