The properties of Java.Util.Calendar are listed below. For a list of all members, see the Calendar Members list.
See Also: Inherited members from Java.Lang.Object
[read-only] static | AllStyles | CalendarStyle. Requests both SHORT and LONG styles in the map returned by Calendar.GetDisplayNames(int, System.Int32, System.Int32). |
FirstDayOfWeek | int. Returns the first day of the week for this Calendar. | |
[read-only] static | Instance | Calendar. Constructs a new instance of the Calendar subclass appropriate for the default Locale and default TimeZone, set to the current date and time. |
[read-only] | IsWeekDateSupported | bool. Documentation for this section has not yet been entered. |
Lenient | bool. Tests whether this Calendar accepts field values which are outside the valid range for the field. | |
[read-only] static | Long | CalendarStyle. Requests long names (such as "January") from Calendar.GetDisplayName(int, System.Int32, System.Int32) or Calendar.GetDisplayNames(int, System.Int32, System.Int32). |
MinimalDaysInFirstWeek | int. Returns the minimal days in the first week of the year. | |
[read-only] static | Short | CalendarStyle. Requests short names (such as "Jan") from Calendar.GetDisplayName(int, System.Int32, System.Int32) or Calendar.GetDisplayNames(int, System.Int32, System.Int32). |
Time | Date. Returns the time of this Calendar as a Date object. | |
TimeInMillis | long. Returns the time represented by this Calendar, recomputing the time from its fields if necessary. | |
TimeZone | TimeZone. Returns the time zone used by this Calendar. | |
[read-only] | WeeksInWeekYear | int. Documentation for this section has not yet been entered. |
[read-only] | WeekYear | int. Documentation for this section has not yet been entered. |
AreFieldsSet | bool. True iff the values in fields[] correspond to time. | |
Fields | IList<int>. Contains broken-down field values for the current value of time if areFieldsSet is true, or stale data corresponding to some previous value otherwise. | |
IsTimeSet | bool. Whether time corresponds to the values in fields[]. | |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |