serverTime (property)

The time returned by the TimeServer .

Syntax

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

Default Value

""

Remarks

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

For the corresponding local time, please consult the LocalTime property.

This property is read-only.

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