DateInterval(Int64, Int64) Constructor
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.
Constructor given from date and to date.
[Android.Runtime.Register(".ctor", "(JJ)V", "", ApiSince=24)]
public DateInterval (long from, long to);
[<Android.Runtime.Register(".ctor", "(JJ)V", "", ApiSince=24)>]
new Android.Icu.Util.DateInterval : int64 * int64 -> Android.Icu.Util.DateInterval
Parameters
- from
- Int64
The from date in date interval.
- to
- Int64
The to date in date interval.
- Attributes
Remarks
Constructor given from date and to date.
Java documentation for android.icu.util.DateInterval.DateInterval(long, long)
.
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.