Calendar Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Android.Runtime.Register("android/icu/util/Calendar", ApiSince=24, DoNotGenerateAcw=true)]
public abstract class Calendar : Java.Lang.Object, IDisposable, Java.Interop.IJavaPeerable, Java.IO.ISerializable, Java.Lang.ICloneable, Java.Lang.IComparable
[<Android.Runtime.Register("android/icu/util/Calendar", ApiSince=24, DoNotGenerateAcw=true)>]
type Calendar = class
inherit Object
interface ISerializable
interface IJavaObject
interface IDisposable
interface IJavaPeerable
interface ICloneable
interface IComparable
- Inheritance
- Derived
- Attributes
- Implements
Remarks
Android platform documentation
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Constructors
Calendar() | |
Calendar(IntPtr, JniHandleOwnership) | |
Calendar(TimeZone, Locale) | |
Calendar(TimeZone, ULocale) |
Fields
Properties
Class |
Returns the runtime class of this |
FieldCount | |
FirstDayOfWeek | |
GregorianDayOfMonth | |
GregorianDayOfYear | |
GregorianMonth | |
GregorianYear | |
Handle |
The handle to the underlying Android instance. (Inherited from Object) |
Instance | |
IsWeekend | |
JniIdentityHashCode | (Inherited from Object) |
JniPeerMembers | |
Lenient | |
MaxDate | |
MinDate | |
MinimalDaysInFirstWeek | |
PeerReference | (Inherited from Object) |
RepeatedWallTimeOption | |
SkippedWallTimeOption | |
ThresholdClass | |
ThresholdType | |
Time | |
TimeInMillis | |
TimeZone | |
Type |
Methods
Explicit Interface Implementations
IComparable.CompareTo(Object) | |
IJavaPeerable.Disposed() | (Inherited from Object) |
IJavaPeerable.DisposeUnlessReferenced() | (Inherited from Object) |
IJavaPeerable.Finalized() | (Inherited from Object) |
IJavaPeerable.JniManagedPeerState | (Inherited from Object) |
IJavaPeerable.SetJniIdentityHashCode(Int32) | (Inherited from Object) |
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) | (Inherited from Object) |
IJavaPeerable.SetPeerReference(JniObjectReference) | (Inherited from Object) |
Extension Methods
JavaCast<TResult>(IJavaObject) |
Performs an Android runtime-checked type conversion. |
JavaCast<TResult>(IJavaObject) | |
GetJniTypeName(IJavaPeerable) |