Conference.ConnectionStartElapsedRealtimeMillis Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the connection start time of the Conference, if specified. -or- Sets the start time of the Conference which is the basis for the determining the
duration of the Conference.
public long ConnectionStartElapsedRealtimeMillis { [Android.Runtime.Register("getConnectionStartElapsedRealtimeMillis", "()J", "", ApiSince=30)] get; [Android.Runtime.Register("setConnectionStartElapsedRealtimeMillis", "(J)V", "", ApiSince=30)] set; }
[<get: Android.Runtime.Register("getConnectionStartElapsedRealtimeMillis", "()J", "", ApiSince=30)>]
[<set: Android.Runtime.Register("setConnectionStartElapsedRealtimeMillis", "(J)V", "", ApiSince=30)>]
member this.ConnectionStartElapsedRealtimeMillis : int64 with get, set
Property Value
The elapsed time at which the Conference was connected.
- Attributes
Remarks
Property getter documentation:
Java documentation for android.telecom.Conference.getConnectionStartElapsedRealtimeMillis().
Property setter documentation:
Java documentation for android.telecom.Conference.setConnectionStartElapsedRealtimeMillis(long).
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.