Period.Parse 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.
Overloads
Parse(ICharSequence) | |
Parse(String) |
Parse(ICharSequence)
[Android.Runtime.Register("parse", "(Ljava/lang/CharSequence;)Ljava/time/Period;", "", ApiSince=26)]
public static Java.Time.Period? Parse (Java.Lang.ICharSequence? text);
[<Android.Runtime.Register("parse", "(Ljava/lang/CharSequence;)Ljava/time/Period;", "", ApiSince=26)>]
static member Parse : Java.Lang.ICharSequence -> Java.Time.Period
Parameters
- text
- ICharSequence
Returns
- Attributes