Share via


Calendar.ComputeTime Method

Definition

Converts the current field values in fields[] to the millisecond time value time.

[Android.Runtime.Register("computeTime", "()V", "GetComputeTimeHandler", ApiSince=24)]
protected virtual void ComputeTime ();
[<Android.Runtime.Register("computeTime", "()V", "GetComputeTimeHandler", ApiSince=24)>]
abstract member ComputeTime : unit -> unit
override this.ComputeTime : unit -> unit
Attributes

Remarks

Converts the current field values in fields[] to the millisecond time value time.

Java documentation for android.icu.util.Calendar.computeTime().

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