ICU 4.8.1.1  4.8.1.1
Data Structures | Typedefs | Enumerations
tmutfmt.h File Reference

C++ API: Format and parse duration in single time unit. More...

#include "unicode/utypes.h"
#include "unicode/unistr.h"
#include "unicode/tmunit.h"
#include "unicode/tmutamt.h"
#include "unicode/measfmt.h"
#include "unicode/numfmt.h"
#include "unicode/plurrule.h"

Go to the source code of this file.

Data Structures

class  TimeUnitFormat
 Format or parse a TimeUnitAmount, using plural rules for the units where available. More...

Typedefs

typedef enum UTimeUnitFormatStyle UTimeUnitFormatStyle

Enumerations

enum  UTimeUnitFormatStyle { UTMUTFMT_FULL_STYLE, UTMUTFMT_ABBREVIATED_STYLE, UTMUTFMT_FORMAT_STYLE_COUNT }
 Constants for various styles. More...

Detailed Description

C++ API: Format and parse duration in single time unit.

Definition in file tmutfmt.h.


Typedef Documentation

Draft:
This API may be changed in the future versions and was introduced in ICU 4.8

Definition at line 43 of file tmutfmt.h.


Enumeration Type Documentation

Constants for various styles.

There are 2 styles: full name and abbreviated name. For example, for English, the full name for hour duration is "3 hours", and the abbreviated name is "3 hrs".

Draft:
This API may be changed in the future versions and was introduced in ICU 4.8
Enumerator:
UTMUTFMT_FULL_STYLE 
Draft:
This API may be changed in the future versions and was introduced in ICU 4.8
UTMUTFMT_ABBREVIATED_STYLE 
Draft:
This API may be changed in the future versions and was introduced in ICU 4.8
UTMUTFMT_FORMAT_STYLE_COUNT 
Draft:
This API may be changed in the future versions and was introduced in ICU 4.8

Definition at line 35 of file tmutfmt.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines