NSTimeZone.FromName 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
FromName(String) |
The time zone specified by the name. |
FromName(String, NSData) |
FromName(String)
The time zone specified by the name.
[Foundation.Export("timeZoneWithName:")]
public static Foundation.NSTimeZone FromName (string tzName);
static member FromName : string -> Foundation.NSTimeZone
Parameters
- tzName
- String
Returns
- Attributes