LocalTime Property

The time returned by the TimeServer converted to local time.

Syntax

ANSI (Cross Platform)
char* GetLocalTime();

Unicode (Windows)
LPWSTR GetLocalTime();
@property (nonatomic,readonly,assign,getter=localTime) NSString* localTime;
- (NSString*)localTime;
#define PID_NETCLOCK_LOCALTIME 3

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_NetClock_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

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 and not available at design time.

Data Type

String

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