Język

TtsSpan.DateBuilder.SetDay(Int32) Method

Definition

Sets the TtsSpan.ARG_DAY argument.

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

Parameters

day
Int32

The value to be set for day. See TtsSpan.ARG_DAY.

Returns

This instance.

Attributes

Remarks

Sets the TtsSpan.ARG_DAY argument.

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

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