| getnslocaltimeResult Structure Definition |
The getnslocaltimeResult structure defines the return type for getnslocaltime API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
nslocaltimeList |
List of nslocaltimes |
| nslocaltime Structure Definition |
The nslocaltime structure defines the actual return type values for getnslocaltime API. |
Syntax |
Members |
utctimestamp |
number of seconds since Jan 1, 1970, GMT |
seconds |
seconds |
minutes |
minutes |
hours |
hours |
dayofmonth |
day of the month (1-12) |
month |
month |
year |
year |
dayofweek |
day of the week |
dayofyear |
day of the year |
daylightsavings |
daylight savings time |
gmtoffset |
offset in seconds from GMT |
timezone |
timezone |
_nextgenapiresource |
See Also |