NSDateFormatter.Parse(String) 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.
Attempts to convert a string into an NSDate.
[Foundation.Export("dateFromString:")]
public virtual Foundation.NSDate Parse (string date);
abstract member Parse : string -> Foundation.NSDate
override this.Parse : string -> Foundation.NSDate
Parameters
- date
- String
Returns
- Attributes