Share via


TtsSpan.TimeBuilder Constructors

Definition

Overloads

TtsSpan.TimeBuilder()

Creates a builder for a TtsSpan of type #TYPE_TIME.

TtsSpan.TimeBuilder(Int32, Int32)

Creates a builder for a TtsSpan of type #TYPE_TIME and sets the #ARG_HOURS and #ARG_MINUTES arguments.

TtsSpan.TimeBuilder(IntPtr, JniHandleOwnership)

TtsSpan.TimeBuilder()

Creates a builder for a TtsSpan of type #TYPE_TIME.

[Android.Runtime.Register(".ctor", "()V", "")]
public TimeBuilder ();
Attributes

Remarks

Creates a builder for a TtsSpan of type #TYPE_TIME.

Java documentation for android.text.style.TtsSpan.TimeBuilder.TtsSpan$TimeBuilder().

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

TtsSpan.TimeBuilder(Int32, Int32)

Creates a builder for a TtsSpan of type #TYPE_TIME and sets the #ARG_HOURS and #ARG_MINUTES arguments.

[Android.Runtime.Register(".ctor", "(II)V", "")]
public TimeBuilder (int hours, int minutes);
[<Android.Runtime.Register(".ctor", "(II)V", "")>]
new Android.Text.Style.TtsSpan.TimeBuilder : int * int -> Android.Text.Style.TtsSpan.TimeBuilder

Parameters

hours
Int32
minutes
Int32
Attributes

Remarks

Creates a builder for a TtsSpan of type #TYPE_TIME and sets the #ARG_HOURS and #ARG_MINUTES arguments.

Java documentation for android.text.style.TtsSpan.TimeBuilder.TtsSpan$TimeBuilder(int, int).

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

TtsSpan.TimeBuilder(IntPtr, JniHandleOwnership)

protected TimeBuilder (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Text.Style.TtsSpan.TimeBuilder : nativeint * Android.Runtime.JniHandleOwnership -> Android.Text.Style.TtsSpan.TimeBuilder

Parameters

javaReference
IntPtr

nativeint

Remarks

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