MatchInfoCollection represents a collection of time zone name matches used by TimeZoneNames#find.
More...
#include <tznames.h>
Detailed Description
MatchInfoCollection represents a collection of time zone name matches used by TimeZoneNames#find.
- Internal:
- Do not use. This API is for internal use only.
Definition at line 310 of file tznames.h.
Constructor & Destructor Documentation
Constructor.
- Internal:
- Do not use. This API is for internal use only.
Destructor.
- Internal:
- Do not use. This API is for internal use only.
Member Function Documentation
Adds a meata zone match.
- Parameters:
-
| nameType | The name type. |
| matchLength | The match length. |
| mzID | The metazone ID. |
| status | Receives the status |
- Internal:
- Do not use. This API is for internal use only.
Adds a zone match.
- Parameters:
-
| nameType | The name type. |
| matchLength | The match length. |
| tzID | The time zone ID. |
| status | Receives the status |
- Internal:
- Do not use. This API is for internal use only.
Returns the match length of a match at the specified index.
- Parameters:
-
- Returns:
- The match length. If the specified idx is out of range, it returns 0.
- Internal:
- Do not use. This API is for internal use only.
Gets the metazone ID of a match at the specified index.
- Parameters:
-
| idx | The index |
| mzID | Receives the metazone ID |
- Returns:
- true if the meta zone ID was set to mzID.
- Internal:
- Do not use. This API is for internal use only.
Returns the time zone name type of a match at the specified index.
- Parameters:
-
- Returns:
- The time zone name type. If the specified idx is out of range, it returns UTZNM_UNKNOWN.
- See also:
- UTimeZoneNameType
- Internal:
- Do not use. This API is for internal use only.
Gets the zone ID of a match at the specified index.
- Parameters:
-
| idx | The index |
| tzID | Receives the zone ID. |
- Returns:
- true if the zone ID was set to tzID.
- Internal:
- Do not use. This API is for internal use only.
Returns the number of entries available in this object.
- Returns:
- The number of entries.
- Internal:
- Do not use. This API is for internal use only.
The documentation for this class was generated from the following file: