Language

TtsSpan.TimeBuilder.SetMinutes(Int32) Method

Definition

Sets the TtsSpan.ARG_MINUTES argument.

[Android.Runtime.Register("setMinutes", "(I)Landroid/text/style/TtsSpan$TimeBuilder;", "GetSetMinutes_IHandler")]
public virtual Android.Text.Style.TtsSpan.TimeBuilder? SetMinutes(int minutes);
[<Android.Runtime.Register("setMinutes", "(I)Landroid/text/style/TtsSpan$TimeBuilder;", "GetSetMinutes_IHandler")>]
abstract member SetMinutes : int -> Android.Text.Style.TtsSpan.TimeBuilder
override this.SetMinutes : int -> Android.Text.Style.TtsSpan.TimeBuilder

Parameters

minutes
Int32

The value to be set for minutes. See TtsSpan.ARG_MINUTES. Value is between 0 and 59 inclusive

Returns

This instance.

Attributes

Remarks

Sets the TtsSpan.ARG_MINUTES argument.

Android reference for android.text.style.TtsSpan.TimeBuilder.setMinutes.

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