Share via


GregorianCalendar.IsWeekDateSupported Property

Definition

Returns true indicating this GregorianCalendar supports week dates.

public override bool IsWeekDateSupported { [Android.Runtime.Register("isWeekDateSupported", "()Z", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("isWeekDateSupported", "()Z", "", ApiSince=24)>]
member this.IsWeekDateSupported : bool

Property Value

true (always)

Attributes

Remarks

Returns true indicating this GregorianCalendar supports week dates.

Added in 1.7.

Java documentation for java.util.GregorianCalendar.isWeekDateSupported().

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.

Applies to