TtsSpan.TypeDate Field
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.
The text associated with this span is a date.
[Android.Runtime.Register("TYPE_DATE")]
public const string TypeDate;
[<Android.Runtime.Register("TYPE_DATE")>]
val mutable TypeDate : string
Field Value
Implements
- Attributes
Remarks
The text associated with this span is a date. At least one of the arguments #ARG_MONTH and #ARG_YEAR has to be provided. The argument #ARG_DAY is optional if #ARG_MONTH is set. The argument #ARG_WEEKDAY is optional if #ARG_DAY is set. Also accepts the arguments #ARG_GENDER, #ARG_ANIMACY, #ARG_MULTIPLICITY and #ARG_CASE.
Java documentation for android.text.style.TtsSpan.TYPE_DATE.
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.