ServerTime Property
The time returned by the TimeServer .
Syntax
ANSI (Cross Platform) char* GetServerTime(); Unicode (Windows) LPWSTR GetServerTime();
@property (nonatomic,readonly,assign,getter=serverTime) NSString* serverTime; - (NSString*)serverTime;
#define PID_NETCLOCK_SERVERTIME 5 IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_NetClock_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
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 and not available at design time.
Data Type
String