Language

TtsSpan.DateBuilder.SetMonth(Int32) Method

Definition

Sets the TtsSpan.ARG_MONTH argument.

[Android.Runtime.Register("setMonth", "(I)Landroid/text/style/TtsSpan$DateBuilder;", "GetSetMonth_IHandler")]
public virtual Android.Text.Style.TtsSpan.DateBuilder? SetMonth(int month);
[<Android.Runtime.Register("setMonth", "(I)Landroid/text/style/TtsSpan$DateBuilder;", "GetSetMonth_IHandler")>]
abstract member SetMonth : int -> Android.Text.Style.TtsSpan.DateBuilder
override this.SetMonth : int -> Android.Text.Style.TtsSpan.DateBuilder

Parameters

month
Int32

The value to be set for month. See TtsSpan.ARG_MONTH.

Returns

This instance.

Attributes

Remarks

Sets the TtsSpan.ARG_MONTH argument.

Android reference for android.text.style.TtsSpan.DateBuilder.setMonth.

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