Share via


Calendar.IsTimeSet Property

Definition

True if then the value of time is valid.

[Android.Runtime.Register("isTimeSet")]
protected bool IsTimeSet { get; set; }
[<Android.Runtime.Register("isTimeSet")>]
member this.IsTimeSet : bool with get, set

Property Value

Attributes

Remarks

True if then the value of time is valid. The time is made invalid by a change to an item of field[].

Java documentation for java.util.Calendar.isTimeSet.

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