U_CAPI int32_t ucal_get ( const UCalendar* cal, UCalendarDateFields field, UErrorCode* status )

Get the current value of a field from a UCalendar

Documentation

Get the current value of a field from a UCalendar. All fields are represented as 32-bit integers.
Returns:
The value of the desired field.
Parameters:
cal - The UCalendar to query.
field - The desired field; one of UCAL_ERA, UCAL_YEAR, UCAL_MONTH, UCAL_WEEK_OF_YEAR, UCAL_WEEK_OF_MONTH, UCAL_DATE, UCAL_DAY_OF_YEAR, UCAL_DAY_OF_WEEK, UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_AM_PM, UCAL_HOUR, UCAL_HOUR_OF_DAY, UCAL_MINUTE, UCAL_SECOND, UCAL_MILLISECOND, UCAL_ZONE_OFFSET, UCAL_DST_OFFSET.
status - A pointer to an UErrorCode to receive any errors
See Also:
ucal_set
ucal_isSet
ucal_clearField
ucal_clear

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de