ICU 72.1 72.1
ucal.h
Go to the documentation of this file.
1// © 2016 and later: Unicode, Inc. and others.
2// License & terms of use: http://www.unicode.org/copyright.html
3/*
4 *******************************************************************************
5 * Copyright (C) 1996-2015, International Business Machines Corporation and
6 * others. All Rights Reserved.
7 *******************************************************************************
8 */
9
10#ifndef UCAL_H
11#define UCAL_H
12
13#include "unicode/utypes.h"
14#include "unicode/uenum.h"
15#include "unicode/uloc.h"
16
17#if U_SHOW_CPLUSPLUS_API
19#endif // U_SHOW_CPLUSPLUS_API
20
21#if !UCONFIG_NO_FORMATTING
22
166#define UCAL_UNKNOWN_ZONE_ID "Etc/Unknown"
167
172typedef void* UCalendar;
173
195
198
209
215
236
249
264
273
280
296
321
332
343
352
360
368
376
383
390
399
407
415
427
438
444
445 /* Do not conditionalize the following with #ifndef U_HIDE_DEPRECATED_API,
446 * it is needed for layout of Calendar, DateFormat, and other objects */
447#ifndef U_FORCE_HIDE_DEPRECATED_API
453#endif // U_FORCE_HIDE_DEPRECATED_API
454
465
492
495
530
533
541 UCAL_PM
543
546
570
573
590U_CAPI UEnumeration* U_EXPORT2
592 const int32_t* rawOffset, UErrorCode* ec);
593
605U_CAPI UEnumeration* U_EXPORT2
607
624U_CAPI UEnumeration* U_EXPORT2
625ucal_openCountryTimeZones(const char* country, UErrorCode* ec);
626
650U_CAPI int32_t U_EXPORT2
651ucal_getDefaultTimeZone(UChar* result, int32_t resultCapacity, UErrorCode* ec);
652
662U_CAPI void U_EXPORT2
664
694U_CAPI int32_t U_EXPORT2
695ucal_getHostTimeZone(UChar *result, int32_t resultCapacity, UErrorCode *ec);
696
713U_CAPI int32_t U_EXPORT2
715
722U_CAPI UDate U_EXPORT2
724
748U_CAPI UCalendar* U_EXPORT2
749ucal_open(const UChar* zoneID,
750 int32_t len,
751 const char* locale,
752 UCalendarType type,
753 UErrorCode* status);
754
761U_CAPI void U_EXPORT2
763
764#if U_SHOW_CPLUSPLUS_API
765
766U_NAMESPACE_BEGIN
767
778
779U_NAMESPACE_END
780
781#endif
782
791U_CAPI UCalendar* U_EXPORT2
793 UErrorCode* status);
794
804U_CAPI void U_EXPORT2
806 const UChar* zoneID,
807 int32_t len,
808 UErrorCode* status);
809
820U_CAPI int32_t U_EXPORT2
822 UChar *result,
823 int32_t resultLength,
824 UErrorCode *status);
825
840
843
857U_CAPI int32_t U_EXPORT2
860 const char* locale,
861 UChar* result,
862 int32_t resultLength,
863 UErrorCode* status);
864
873U_CAPI UBool U_EXPORT2
875 UErrorCode* status );
876
897U_CAPI void U_EXPORT2
899
920U_CAPI UDate U_EXPORT2
922
956
959
989
1001U_CAPI int32_t U_EXPORT2
1003 UCalendarAttribute attr);
1004
1016U_CAPI void U_EXPORT2
1018 UCalendarAttribute attr,
1019 int32_t newValue);
1020
1030U_CAPI const char* U_EXPORT2
1031ucal_getAvailable(int32_t localeIndex);
1032
1041U_CAPI int32_t U_EXPORT2
1043
1055U_CAPI UDate U_EXPORT2
1057 UErrorCode* status);
1058
1070U_CAPI void U_EXPORT2
1072 UDate dateTime,
1073 UErrorCode* status );
1074
1089U_CAPI void U_EXPORT2
1091 int32_t year,
1092 int32_t month,
1093 int32_t date,
1094 UErrorCode* status);
1095
1113U_CAPI void U_EXPORT2
1115 int32_t year,
1116 int32_t month,
1117 int32_t date,
1118 int32_t hour,
1119 int32_t minute,
1120 int32_t second,
1121 UErrorCode* status);
1122
1132U_CAPI UBool U_EXPORT2
1134 const UCalendar* cal2);
1135
1154U_CAPI void U_EXPORT2
1156 UCalendarDateFields field,
1157 int32_t amount,
1158 UErrorCode* status);
1159
1184U_CAPI void U_EXPORT2
1186 UCalendarDateFields field,
1187 int32_t amount,
1188 UErrorCode* status);
1189
1206U_CAPI int32_t U_EXPORT2
1208 UCalendarDateFields field,
1209 UErrorCode* status );
1210
1226U_CAPI void U_EXPORT2
1228 UCalendarDateFields field,
1229 int32_t value);
1230
1246U_CAPI UBool U_EXPORT2
1248 UCalendarDateFields field);
1249
1264U_CAPI void U_EXPORT2
1266 UCalendarDateFields field);
1267
1278U_CAPI void U_EXPORT2
1280
1299
1302
1317U_CAPI int32_t U_EXPORT2
1319 UCalendarDateFields field,
1320 UCalendarLimitType type,
1321 UErrorCode* status);
1322
1330U_CAPI const char * U_EXPORT2
1332
1339U_CAPI const char * U_EXPORT2
1341
1360U_CAPI int32_t U_EXPORT2
1361ucal_getCanonicalTimeZoneID(const UChar* id, int32_t len,
1362 UChar* result, int32_t resultCapacity, UBool *isSystemID, UErrorCode* status);
1370U_CAPI const char * U_EXPORT2
1371ucal_getType(const UCalendar *cal, UErrorCode* status);
1372
1389U_CAPI UEnumeration* U_EXPORT2
1391 const char* locale,
1392 UBool commonlyUsed,
1393 UErrorCode* status);
1394
1395
1423
1426
1446
1462U_CAPI int32_t U_EXPORT2
1464
1475U_CAPI UBool U_EXPORT2
1476ucal_isWeekend(const UCalendar *cal, UDate date, UErrorCode *status);
1477
1502U_CAPI int32_t U_EXPORT2
1504 UDate target,
1505 UCalendarDateFields field,
1506 UErrorCode* status);
1507
1538
1556U_CAPI UBool U_EXPORT2
1558 UDate* transition, UErrorCode* status);
1559
1584U_CAPI int32_t U_EXPORT2
1585ucal_getWindowsTimeZoneID(const UChar* id, int32_t len,
1586 UChar* winid, int32_t winidCapacity, UErrorCode* status);
1587
1616U_CAPI int32_t U_EXPORT2
1617ucal_getTimeZoneIDForWindowsID(const UChar* winid, int32_t len, const char* region,
1618 UChar* id, int32_t idCapacity, UErrorCode* status);
1619
1675};
1705U_CAPI void U_EXPORT2
1707 const UCalendar* cal,
1708 UTimeZoneLocalOption nonExistingTimeOpt,
1709 UTimeZoneLocalOption duplicatedTimeOpt,
1710 int32_t* rawOffset, int32_t* dstOffset, UErrorCode* status);
1711
1712#endif /* #if !UCONFIG_NO_FORMATTING */
1713
1714#endif
"Smart pointer" class, closes a UCalendar via ucal_close().
C++ API: "Smart pointers" for use with and in ICU4C C++ code.
#define U_DEFINE_LOCAL_OPEN_POINTER(LocalPointerClassName, Type, closeFunction)
"Smart pointer" definition macro, deletes objects via the closeFunction.
Definition: localpointer.h:550
UCalendarDateFields
Possible fields in a UCalendar.
Definition: ucal.h:202
@ UCAL_HOUR_OF_DAY
Field number indicating the hour of the day.
Definition: ucal.h:351
@ UCAL_EXTENDED_YEAR
Year of this calendar system, encompassing all supra-year fields.
Definition: ucal.h:414
@ UCAL_ERA
Field number indicating the era, e.g., AD or BC in the Gregorian (Julian) calendar.
Definition: ucal.h:208
@ UCAL_WEEK_OF_MONTH
Field number indicating the week number within the current month.
Definition: ucal.h:263
@ UCAL_YEAR
Field number indicating the year.
Definition: ucal.h:214
@ UCAL_DAY_OF_YEAR
Field number indicating the day number within the current year.
Definition: ucal.h:279
@ UCAL_YEAR_WOY
Field number indicating the extended year corresponding to the UCAL_WEEK_OF_YEAR field.
Definition: ucal.h:398
@ UCAL_MINUTE
Field number indicating the minute within the hour.
Definition: ucal.h:359
@ UCAL_JULIAN_DAY
Field number indicating the modified Julian day number.
Definition: ucal.h:426
@ UCAL_DATE
Field number indicating the day of the month.
Definition: ucal.h:272
@ UCAL_SECOND
Field number indicating the second within the minute.
Definition: ucal.h:367
@ UCAL_DAY_OF_WEEK_IN_MONTH
Field number indicating the ordinal number of the day of the week within the current month.
Definition: ucal.h:320
@ UCAL_MONTH
Field number indicating the month.
Definition: ucal.h:235
@ UCAL_ZONE_OFFSET
Field number indicating the raw offset from GMT in milliseconds.
Definition: ucal.h:382
@ UCAL_WEEK_OF_YEAR
Field number indicating the week number within the current year.
Definition: ucal.h:248
@ UCAL_MILLISECOND
Field number indicating the millisecond within the second.
Definition: ucal.h:375
@ UCAL_HOUR
Field number indicating the hour of the morning or afternoon.
Definition: ucal.h:342
@ UCAL_DAY_OF_MONTH
Field number indicating the day of the month.
Definition: ucal.h:463
@ UCAL_DAY_OF_WEEK
Field number indicating the day of the week.
Definition: ucal.h:295
@ UCAL_AM_PM
Field number indicating whether the HOUR is before or after noon.
Definition: ucal.h:331
@ UCAL_FIELD_COUNT
One more than the highest normal UCalendarDateFields value.
Definition: ucal.h:452
@ UCAL_IS_LEAP_MONTH
Whether or not the current month is a leap month (0 or 1).
Definition: ucal.h:443
@ UCAL_DST_OFFSET
Field number indicating the daylight savings offset in milliseconds.
Definition: ucal.h:389
@ UCAL_MILLISECONDS_IN_DAY
Ranges from 0 to 23:59:59.999 (regardless of DST).
Definition: ucal.h:437
@ UCAL_DOW_LOCAL
Field number indicating the localized day of week.
Definition: ucal.h:406
U_CAPI int32_t ucal_getTimeZoneDisplayName(const UCalendar *cal, UCalendarDisplayNameType type, const char *locale, UChar *result, int32_t resultLength, UErrorCode *status)
Get the display name for a UCalendar's TimeZone.
UTimeZoneLocalOption
Options used by ucal_getTimeZoneOffsetFromLocal and BasicTimeZone::getOffsetFromLocal() to specify ho...
Definition: ucal.h:1626
@ UCAL_TZ_LOCAL_DAYLIGHT_LATTER
An input time is interpreted as daylight saving time when local time is switched to/from standard tim...
Definition: ucal.h:1674
@ UCAL_TZ_LOCAL_STANDARD_LATTER
An input time is interpreted as standard time when local time is switched to/from daylight saving tim...
Definition: ucal.h:1656
@ UCAL_TZ_LOCAL_STANDARD_FORMER
An input time is interpreted as standard time when local time is switched to/from daylight saving tim...
Definition: ucal.h:1647
@ UCAL_TZ_LOCAL_DAYLIGHT_FORMER
An input time is interpreted as daylight saving time when local time is switched to/from standard tim...
Definition: ucal.h:1665
@ UCAL_TZ_LOCAL_LATTER
An input time is always interpreted as local time after a time zone transition.
Definition: ucal.h:1638
@ UCAL_TZ_LOCAL_FORMER
An input time is always interpreted as local time before a time zone transition.
Definition: ucal.h:1632
U_CAPI UDate ucal_getGregorianChange(const UCalendar *cal, UErrorCode *pErrorCode)
Gets the Gregorian Calendar change date.
USystemTimeZoneType
System time zone type constants used by filtering zones in ucal_openTimeZoneIDEnumeration.
Definition: ucal.h:553
@ UCAL_ZONE_TYPE_CANONICAL
Canonical system zones.
Definition: ucal.h:563
@ UCAL_ZONE_TYPE_ANY
Any system zones.
Definition: ucal.h:558
@ UCAL_ZONE_TYPE_CANONICAL_LOCATION
Canonical system zones associated with actual locations.
Definition: ucal.h:568
U_CAPI int32_t ucal_getWeekendTransition(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode *status)
Returns the time during the day at which the weekend begins or ends in this calendar system.
UCalendarAttribute
Types of UCalendar attributes.
Definition: ucal.h:927
@ UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
Minimum number of days in first week.
Definition: ucal.h:942
@ UCAL_REPEATED_WALL_TIME
The behavior for handling wall time repeating multiple times at negative time zone offset transitions...
Definition: ucal.h:948
@ UCAL_FIRST_DAY_OF_WEEK
First day of week.
Definition: ucal.h:937
@ UCAL_SKIPPED_WALL_TIME
The behavior for handling skipped wall time at positive time zone offset transitions.
Definition: ucal.h:954
@ UCAL_LENIENT
Lenient parsing.
Definition: ucal.h:932
U_CAPI void ucal_setDate(UCalendar *cal, int32_t year, int32_t month, int32_t date, UErrorCode *status)
Set a UCalendar's current date.
U_CAPI void ucal_setGregorianChange(UCalendar *cal, UDate date, UErrorCode *pErrorCode)
Sets the GregorianCalendar change date.
U_CAPI UEnumeration * ucal_getKeywordValuesForLocale(const char *key, const char *locale, UBool commonlyUsed, UErrorCode *status)
Given a key and a locale, returns an array of string values in a preferred order that would make a di...
U_CAPI const char * ucal_getTZDataVersion(UErrorCode *status)
Returns the timezone data version currently used by ICU.
U_CAPI UBool ucal_isWeekend(const UCalendar *cal, UDate date, UErrorCode *status)
Returns true if the given UDate is in the weekend in this calendar system.
U_CAPI void ucal_close(UCalendar *cal)
Close a UCalendar.
UCalendarWallTimeOption
Options for handling ambiguous wall time at time zone offset transitions.
Definition: ucal.h:965
@ UCAL_WALLTIME_NEXT_VALID
An ambiguous wall time to be interpreted as the next valid wall time.
Definition: ucal.h:985
@ UCAL_WALLTIME_LAST
An ambiguous wall time to be interpreted as the latest.
Definition: ucal.h:972
@ UCAL_WALLTIME_FIRST
An ambiguous wall time to be interpreted as the earliest.
Definition: ucal.h:979
U_CAPI void ucal_clearField(UCalendar *cal, UCalendarDateFields field)
Clear a field in a UCalendar.
U_CAPI const char * ucal_getLocaleByType(const UCalendar *cal, ULocDataLocaleType type, UErrorCode *status)
Get the locale for this calendar object.
U_CAPI int32_t ucal_getLimit(const UCalendar *cal, UCalendarDateFields field, UCalendarLimitType type, UErrorCode *status)
Determine a limit for a field in a UCalendar.
U_CAPI UBool ucal_inDaylightTime(const UCalendar *cal, UErrorCode *status)
Determine if a UCalendar is currently in daylight savings time.
UCalendarWeekdayType
Weekday types, as returned by ucal_getDayOfWeekType().
Definition: ucal.h:1399
@ UCAL_WEEKDAY
Designates a full weekday (no part of the day is included in the weekend).
Definition: ucal.h:1404
@ UCAL_WEEKEND_CEASE
Designates a day that starts as the weekend and transitions to a weekday.
Definition: ucal.h:1421
@ UCAL_WEEKEND
Designates a full weekend day (the entire day is included in the weekend).
Definition: ucal.h:1409
@ UCAL_WEEKEND_ONSET
Designates a day that starts as a weekday and transitions to the weekend.
Definition: ucal.h:1415
U_CAPI UCalendarWeekdayType ucal_getDayOfWeekType(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode *status)
Returns whether the given day of the week is a weekday, a weekend day, or a day that transitions from...
U_CAPI void ucal_set(UCalendar *cal, UCalendarDateFields field, int32_t value)
Set the value of a field in a UCalendar.
UCalendarDaysOfWeek
Useful constant for days of week.
Definition: ucal.h:476
@ UCAL_WEDNESDAY
Wednesday.
Definition: ucal.h:484
@ UCAL_SATURDAY
Saturday.
Definition: ucal.h:490
@ UCAL_THURSDAY
Thursday.
Definition: ucal.h:486
@ UCAL_MONDAY
Monday.
Definition: ucal.h:480
@ UCAL_SUNDAY
Sunday.
Definition: ucal.h:478
@ UCAL_FRIDAY
Friday.
Definition: ucal.h:488
@ UCAL_TUESDAY
Tuesday.
Definition: ucal.h:482
U_CAPI int32_t ucal_getAttribute(const UCalendar *cal, UCalendarAttribute attr)
Get a numeric attribute associated with a UCalendar.
U_CAPI int32_t ucal_get(const UCalendar *cal, UCalendarDateFields field, UErrorCode *status)
Get the current value of a field from a UCalendar.
U_CAPI const char * ucal_getType(const UCalendar *cal, UErrorCode *status)
Get the resource keyword value string designating the calendar type for the UCalendar.
U_CAPI void ucal_add(UCalendar *cal, UCalendarDateFields field, int32_t amount, UErrorCode *status)
Add a specified signed amount to a particular field in a UCalendar.
U_CAPI UCalendar * ucal_open(const UChar *zoneID, int32_t len, const char *locale, UCalendarType type, UErrorCode *status)
Open a UCalendar.
UCalendarLimitType
Possible limit values for a UCalendar.
Definition: ucal.h:1285
@ UCAL_ACTUAL_MAXIMUM
Actual maximum value.
Definition: ucal.h:1297
@ UCAL_ACTUAL_MINIMUM
Actual minimum value.
Definition: ucal.h:1295
@ UCAL_GREATEST_MINIMUM
Greatest minimum value.
Definition: ucal.h:1291
@ UCAL_MINIMUM
Minimum value.
Definition: ucal.h:1287
@ UCAL_MAXIMUM
Maximum value.
Definition: ucal.h:1289
@ UCAL_LEAST_MAXIMUM
Least maximum value.
Definition: ucal.h:1293
UCalendarAMPMs
Possible AM/PM values in a UCalendar.
Definition: ucal.h:537
@ UCAL_AM
AM.
Definition: ucal.h:539
@ UCAL_PM
PM.
Definition: ucal.h:541
U_CAPI UEnumeration * ucal_openTimeZones(UErrorCode *ec)
Create an enumeration over all time zones.
U_CAPI UBool ucal_getTimeZoneTransitionDate(const UCalendar *cal, UTimeZoneTransitionType type, UDate *transition, UErrorCode *status)
Get the UDate for the next/previous time zone transition relative to the calendar's current date,...
UTimeZoneTransitionType
Time zone transition types for ucal_getTimeZoneTransitionDate.
Definition: ucal.h:1512
@ UCAL_TZ_TRANSITION_PREVIOUS
Get the previous transition before the current date, i.e.
Definition: ucal.h:1530
@ UCAL_TZ_TRANSITION_PREVIOUS_INCLUSIVE
Get the previous transition on or before the current date, i.e.
Definition: ucal.h:1536
@ UCAL_TZ_TRANSITION_NEXT
Get the next transition after the current date, i.e.
Definition: ucal.h:1518
@ UCAL_TZ_TRANSITION_NEXT_INCLUSIVE
Get the next transition on or after the current date, i.e.
Definition: ucal.h:1524
UCalendarType
Possible types of UCalendars.
Definition: ucal.h:177
@ UCAL_GREGORIAN
Unambiguously designates the Gregorian calendar for the locale.
Definition: ucal.h:193
@ UCAL_DEFAULT
A better name for UCAL_TRADITIONAL.
Definition: ucal.h:188
@ UCAL_TRADITIONAL
Despite the name, UCAL_TRADITIONAL designates the locale's default calendar, which may be the Gregori...
Definition: ucal.h:183
U_CAPI void ucal_clear(UCalendar *calendar)
Clear all fields in a UCalendar.
U_CAPI void ucal_setTimeZone(UCalendar *cal, const UChar *zoneID, int32_t len, UErrorCode *status)
Set the TimeZone used by a UCalendar.
U_CAPI int32_t ucal_getDSTSavings(const UChar *zoneID, UErrorCode *ec)
Return the amount of time in milliseconds that the clock is advanced during daylight savings time for...
U_CAPI void ucal_getTimeZoneOffsetFromLocal(const UCalendar *cal, UTimeZoneLocalOption nonExistingTimeOpt, UTimeZoneLocalOption duplicatedTimeOpt, int32_t *rawOffset, int32_t *dstOffset, UErrorCode *status)
Returns the time zone raw and GMT offset for the given moment in time.
U_CAPI void ucal_setDefaultTimeZone(const UChar *zoneID, UErrorCode *ec)
Set the default time zone.
U_CAPI int32_t ucal_getTimeZoneID(const UCalendar *cal, UChar *result, int32_t resultLength, UErrorCode *status)
Get the ID of the UCalendar's time zone.
U_CAPI int32_t ucal_getHostTimeZone(UChar *result, int32_t resultCapacity, UErrorCode *ec)
Return the current host time zone.
U_CAPI const char * ucal_getAvailable(int32_t localeIndex)
Get a locale for which calendars are available.
U_CAPI int32_t ucal_getDefaultTimeZone(UChar *result, int32_t resultCapacity, UErrorCode *ec)
Return the default time zone.
U_CAPI UCalendar * ucal_clone(const UCalendar *cal, UErrorCode *status)
Open a copy of a UCalendar.
U_CAPI UDate ucal_getNow(void)
Get the current date and time.
U_CAPI UBool ucal_equivalentTo(const UCalendar *cal1, const UCalendar *cal2)
Returns true if two UCalendars are equivalent.
U_CAPI int32_t ucal_getCanonicalTimeZoneID(const UChar *id, int32_t len, UChar *result, int32_t resultCapacity, UBool *isSystemID, UErrorCode *status)
Returns the canonical system timezone ID or the normalized custom time zone ID for the given time zon...
U_CAPI int32_t ucal_getTimeZoneIDForWindowsID(const UChar *winid, int32_t len, const char *region, UChar *id, int32_t idCapacity, UErrorCode *status)
Converts a Windows time zone ID to an equivalent system time zone ID for a region.
U_CAPI int32_t ucal_getFieldDifference(UCalendar *cal, UDate target, UCalendarDateFields field, UErrorCode *status)
Return the difference between the target time and the time this calendar object is currently set to.
U_CAPI void ucal_setMillis(UCalendar *cal, UDate dateTime, UErrorCode *status)
Set a UCalendar's current time in millis.
U_CAPI void ucal_roll(UCalendar *cal, UCalendarDateFields field, int32_t amount, UErrorCode *status)
Add a specified signed amount to a particular field in a UCalendar.
U_CAPI int32_t ucal_getWindowsTimeZoneID(const UChar *id, int32_t len, UChar *winid, int32_t winidCapacity, UErrorCode *status)
Converts a system time zone ID to an equivalent Windows time zone ID.
U_CAPI UEnumeration * ucal_openCountryTimeZones(const char *country, UErrorCode *ec)
Create an enumeration over all time zones associated with the given country.
U_CAPI UDate ucal_getMillis(const UCalendar *cal, UErrorCode *status)
Get a UCalendar's current time in millis.
U_CAPI void ucal_setAttribute(UCalendar *cal, UCalendarAttribute attr, int32_t newValue)
Set a numeric attribute associated with a UCalendar.
UCalendarDisplayNameType
Possible formats for a UCalendar's display name.
Definition: ucal.h:830
@ UCAL_STANDARD
Standard display name.
Definition: ucal.h:832
@ UCAL_SHORT_DST
Short daylight savings display name.
Definition: ucal.h:838
@ UCAL_SHORT_STANDARD
Short standard display name.
Definition: ucal.h:834
@ UCAL_DST
Daylight savings display name.
Definition: ucal.h:836
U_CAPI UEnumeration * ucal_openTimeZoneIDEnumeration(USystemTimeZoneType zoneType, const char *region, const int32_t *rawOffset, UErrorCode *ec)
Create an enumeration over system time zone IDs with the given filter conditions.
UCalendarMonths
Possible months in a UCalendar.
Definition: ucal.h:499
@ UCAL_DECEMBER
December.
Definition: ucal.h:523
@ UCAL_MAY
May.
Definition: ucal.h:509
@ UCAL_UNDECIMBER
Value of the UCAL_MONTH field indicating the thirteenth month of the year.
Definition: ucal.h:528
@ UCAL_APRIL
April.
Definition: ucal.h:507
@ UCAL_NOVEMBER
November.
Definition: ucal.h:521
@ UCAL_JUNE
June.
Definition: ucal.h:511
@ UCAL_AUGUST
August.
Definition: ucal.h:515
@ UCAL_JULY
July.
Definition: ucal.h:513
@ UCAL_SEPTEMBER
September.
Definition: ucal.h:517
@ UCAL_JANUARY
January.
Definition: ucal.h:501
@ UCAL_FEBRUARY
February.
Definition: ucal.h:503
@ UCAL_MARCH
March.
Definition: ucal.h:505
@ UCAL_OCTOBER
October.
Definition: ucal.h:519
U_CAPI UBool ucal_isSet(const UCalendar *cal, UCalendarDateFields field)
Determine if a field in a UCalendar is set.
U_CAPI void ucal_setDateTime(UCalendar *cal, int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second, UErrorCode *status)
Set a UCalendar's current date.
void * UCalendar
A calendar.
Definition: ucal.h:172
U_CAPI int32_t ucal_countAvailable(void)
Determine how many locales have calendars available.
C API: String Enumeration.
struct UEnumeration UEnumeration
structure representing an enumeration object instance
Definition: uenum.h:44
C API: Locale ID functionality similar to C++ class Locale.
ULocDataLocaleType
Constants for *_getLocale() Allow user to select whether she wants information on requested,...
Definition: uloc.h:338
int8_t UBool
The ICU boolean type, a signed-byte integer.
Definition: umachine.h:269
#define U_CAPI
This is used to declare a function as a public ICU C API.
Definition: umachine.h:110
char16_t UChar
The base type for UTF-16 code units and pointers.
Definition: umachine.h:412
Basic definitions for ICU, for both C and C++ APIs.
UErrorCode
Standard ICU4C error code type, a substitute for exceptions.
Definition: utypes.h:415
double UDate
Date and Time data type.
Definition: utypes.h:203