Instant.Min 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.
The minimum supported Instant, '-1000000000-01-01T00:00Z'.
[Android.Runtime.Register("MIN", ApiSince=26)]
public static Java.Time.Instant? Min { get; }
[<Android.Runtime.Register("MIN", ApiSince=26)>]
static member Min : Java.Time.Instant
Property Value
- Attributes
Remarks
The minimum supported Instant, '-1000000000-01-01T00:00Z'. This could be used by an application as a "far past" instant. This is one year earlier than the minimum LocalDateTime. This provides sufficient values to handle the range of ZoneOffset which affect the instant in addition to the local date-time. The value is also chosen such that the value of the year fits in an int.
Android reference for java.time.Instant.MIN.
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.