Chronometer.Base 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.
Return the base time as set through #setBase
. -or- Set the time that the count-up timer is in reference to.
public virtual long Base { [Android.Runtime.Register("getBase", "()J", "GetGetBaseHandler")] get; [Android.Runtime.Register("setBase", "(J)V", "GetSetBase_JHandler")] set; }
[<get: Android.Runtime.Register("getBase", "()J", "GetGetBaseHandler")>]
[<set: Android.Runtime.Register("setBase", "(J)V", "GetSetBase_JHandler")>]
member this.Base : int64 with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
Return the base time as set through #setBase
.
Java documentation for android.widget.Chronometer.getBase()
.
Property setter documentation:
Set the time that the count-up timer is in reference to.
Java documentation for android.widget.Chronometer.setBase(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.