timezoneURL (property)

Optionally points to a published time zone definition.

Syntax

@property (nonatomic,readwrite,assign,getter=timezoneURL,setter=setTimezoneURL:) NSString* timezoneURL;
- (NSString*)timezoneURL;
- (void)setTimezoneURL:(NSString*)newTimezoneURL;
public var timezoneURL: String {
  get {...}
set {...} }

Default Value

""

Remarks

Optionally points to a published time zone definition. If set, this property should refer to a resource that is accessible by anyone who might need to interpret the object. This should not normally be a "file" URL or other URL that is not widely accessible.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 iOS Edition - Version 20.0 [Build 8307]