Java.Util.Calendar: Property Members

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

Public Properties

[read-only]
static
AllStylesCalendarStyle. Requests both SHORT and LONG styles in the map returned by Calendar.GetDisplayNames(int, System.Int32, System.Int32).
FirstDayOfWeekint. Returns the first day of the week for this Calendar.
[read-only]
static
InstanceCalendar. 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]
IsWeekDateSupportedbool. Documentation for this section has not yet been entered.
Lenientbool. Tests whether this Calendar accepts field values which are outside the valid range for the field.
[read-only]
static
LongCalendarStyle. Requests long names (such as "January") from Calendar.GetDisplayName(int, System.Int32, System.Int32) or Calendar.GetDisplayNames(int, System.Int32, System.Int32).
MinimalDaysInFirstWeekint. Returns the minimal days in the first week of the year.
[read-only]
static
ShortCalendarStyle. Requests short names (such as "Jan") from Calendar.GetDisplayName(int, System.Int32, System.Int32) or Calendar.GetDisplayNames(int, System.Int32, System.Int32).
TimeDate. Returns the time of this Calendar as a Date object.
TimeInMillislong. Returns the time represented by this Calendar, recomputing the time from its fields if necessary.
TimeZoneTimeZone. Returns the time zone used by this Calendar.
[read-only]
WeeksInWeekYearint. Documentation for this section has not yet been entered.
[read-only]
WeekYearint. Documentation for this section has not yet been entered.

Protected Properties

AreFieldsSetbool. True iff the values in fields[] correspond to time.
FieldsIList<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.
IsTimeSetbool. Whether time corresponds to the values in fields[].
[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.