SimpleDateFormat.Get2DigitYearStart Method
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.
Returns the beginning date of the 100-year period 2-digit years are interpreted as being within.
[Android.Runtime.Register("get2DigitYearStart", "()Ljava/util/Date;", "GetGet2DigitYearStartHandler")]
public virtual Java.Util.Date? Get2DigitYearStart ();
[<Android.Runtime.Register("get2DigitYearStart", "()Ljava/util/Date;", "GetGet2DigitYearStartHandler")>]
abstract member Get2DigitYearStart : unit -> Java.Util.Date
override this.Get2DigitYearStart : unit -> Java.Util.Date
Returns
the start of the 100-year period into which two digit years are parsed
- Attributes
Remarks
Returns the beginning date of the 100-year period 2-digit years are interpreted as being within.
Added in 1.2.
Java documentation for java.text.SimpleDateFormat.get2DigitYearStart()
.
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.