TtsSpan.TimeBuilder Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| TtsSpan.TimeBuilder() |
Creates a builder for a TtsSpan of type |
| TtsSpan.TimeBuilder(Int32, Int32) |
Creates a builder for a TtsSpan of type |
| 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
- transfer
- JniHandleOwnership
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.