timezoneLastModified (property)

This optional property is a UTC value that specifies the date and time that this time zone definition was last updated.

Syntax

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

Default Value

""

Remarks

This optional property is a UTC value that specifies the date and time that this time zone definition was last updated.

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