Share via


Call.Details.CreationTimeMillis Property

Definition

Returns the time when the call was first created and added to Telecom.

public virtual long CreationTimeMillis { [Android.Runtime.Register("getCreationTimeMillis", "()J", "GetGetCreationTimeMillisHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getCreationTimeMillis", "()J", "GetGetCreationTimeMillisHandler", ApiSince=26)>]
member this.CreationTimeMillis : int64

Property Value

The creation time of the call, in millis since the epoch.

Attributes

Remarks

Returns the time when the call was first created and added to Telecom. This is the same time that is logged as the start time in the Call Log (see android.provider.CallLog.Calls#DATE). To determine when the call was connected (became active), see #getConnectTimeMillis().

Java documentation for android.telecom.Call.Details.getCreationTimeMillis().

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