- s
- the string to parse
Documentation for this section has not yet been entered.
Type Reason Android.Util.TimeFormatException if s cannot be parsed.
Parse a time in RFC 3339 format. This method also parses simple dates (that is, strings that contain no time or time offset). For example, all of the following strings are valid:
If the string contains a time and time offset, then the time offset will be used to convert the time value to UTC.
If the given string contains just a date (with no time field), then the Time.AllDay field is set to true and the Time.Hour, Time.Minute, and Time.Second fields are set to zero.
Returns true if the resulting time value is in UTC time.