Lingua

TtsSpan.DurationBuilder.SetSeconds(Int32) Method

Definition

Sets the TtsSpan.ARG_SECONDS argument.

[Android.Runtime.Register("setSeconds", "(I)Landroid/text/style/TtsSpan$DurationBuilder;", "GetSetSeconds_IHandler", ApiSince=36)]
public virtual Android.Text.Style.TtsSpan.DurationBuilder SetSeconds(int seconds);
[<Android.Runtime.Register("setSeconds", "(I)Landroid/text/style/TtsSpan$DurationBuilder;", "GetSetSeconds_IHandler", ApiSince=36)>]
abstract member SetSeconds : int -> Android.Text.Style.TtsSpan.DurationBuilder
override this.SetSeconds : int -> Android.Text.Style.TtsSpan.DurationBuilder

Parameters

seconds
Int32

The value to be set for seconds.

Returns

This instance. This value cannot be null.

Attributes

Remarks

Sets the TtsSpan.ARG_SECONDS argument.

Android reference for android.text.style.TtsSpan.DurationBuilder.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.

Applies to