다음을 통해 공유


Calendar.ComputeMillisInDay Method

Definition

Compute the milliseconds in the day from the fields.

[Android.Runtime.Register("computeMillisInDay", "()I", "GetComputeMillisInDayHandler", ApiSince=24)]
protected virtual int ComputeMillisInDay ();
[<Android.Runtime.Register("computeMillisInDay", "()I", "GetComputeMillisInDayHandler", ApiSince=24)>]
abstract member ComputeMillisInDay : unit -> int
override this.ComputeMillisInDay : unit -> int

Returns

Attributes

Remarks

Compute the milliseconds in the day from the fields. This is a value from 0 to 23:59:59.999 inclusive, unless fields are out of range, in which case it can be an arbitrary value. This value reflects local zone wall time.

This member is deprecated. ICU 60

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

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