localTime (property)

The time returned by the TimeServer converted to local time.

Syntax

@property (nonatomic,readonly,assign,getter=localTime) NSString* localTime;
- (NSString*)localTime;
public var localTime: String {
  get {...}
}

Default Value

""

Remarks

The server provides Greenwich Mean Time (GMT). This property contains the corresponding local time formatted as "MM/DD/YYYY HH:MM:SS" (where "HH" is in 24 hour format).

This property is read-only.

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