NSDateFormatter.ToLocalizedString 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.
Static method to create a localized string, using the specified date, dateStyle, and timeStyle.
[Foundation.Export("localizedStringFromDate:dateStyle:timeStyle:")]
public static string ToLocalizedString (Foundation.NSDate date, Foundation.NSDateFormatterStyle dateStyle, Foundation.NSDateFormatterStyle timeStyle);
static member ToLocalizedString : Foundation.NSDate * Foundation.NSDateFormatterStyle * Foundation.NSDateFormatterStyle -> string
Parameters
- date
- NSDate
- dateStyle
- NSDateFormatterStyle
- timeStyle
- NSDateFormatterStyle
Returns
- Attributes