DateIntervalFormat.DateIntervalInfo Property
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.
Gets the date time interval patterns. -or- Set the date time interval patterns.
public virtual Android.Icu.Text.DateIntervalInfo? DateIntervalInfo { [Android.Runtime.Register("getDateIntervalInfo", "()Landroid/icu/text/DateIntervalInfo;", "GetGetDateIntervalInfoHandler", ApiSince=24)] get; [Android.Runtime.Register("setDateIntervalInfo", "(Landroid/icu/text/DateIntervalInfo;)V", "GetSetDateIntervalInfo_Landroid_icu_text_DateIntervalInfo_Handler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getDateIntervalInfo", "()Landroid/icu/text/DateIntervalInfo;", "GetGetDateIntervalInfoHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setDateIntervalInfo", "(Landroid/icu/text/DateIntervalInfo;)V", "GetSetDateIntervalInfo_Landroid_icu_text_DateIntervalInfo_Handler", ApiSince=24)>]
member this.DateIntervalInfo : Android.Icu.Text.DateIntervalInfo with get, set
Property Value
a copy of the date time interval patterns associated with this date interval formatter.
- Attributes
Remarks
Property getter documentation:
Gets the date time interval patterns.
Java documentation for android.icu.text.DateIntervalFormat.getDateIntervalInfo()
.
Property setter documentation:
Set the date time interval patterns.
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.