NSIso8601DateFormatter.TimeZone Property
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.
The timezone used to format and parse times.
public virtual Foundation.NSTimeZone TimeZone { [Foundation.Export("timeZone", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setTimeZone:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.TimeZone : Foundation.NSTimeZone with get, set
Property Value
The default timezone is GMT.
- Attributes