TtsSpan.TimeBuilder.SetSeconds(Int32) Method
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.
Sets the TtsSpan.ARG_SECONDS argument.
[Android.Runtime.Register("setSeconds", "(I)Landroid/text/style/TtsSpan$TimeBuilder;", "GetSetSeconds_IHandler", ApiSince=36)]
public virtual Android.Text.Style.TtsSpan.TimeBuilder SetSeconds(int seconds);
[<Android.Runtime.Register("setSeconds", "(I)Landroid/text/style/TtsSpan$TimeBuilder;", "GetSetSeconds_IHandler", ApiSince=36)>]
abstract member SetSeconds : int -> Android.Text.Style.TtsSpan.TimeBuilder
override this.SetSeconds : int -> Android.Text.Style.TtsSpan.TimeBuilder
Parameters
- seconds
- Int32
The value to be set for seconds. Value is between 0 and 59 inclusive
Returns
This instance. This value cannot be null.
- Attributes
Remarks
Sets the TtsSpan.ARG_SECONDS argument.
Android reference for android.text.style.TtsSpan.TimeBuilder.setSeconds.
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.