High Performance OPC UA Server SDK  1.2.0.193
util_utctime Struct Reference

Structure for utctime, see also utctime. More...

#include <utctime.h>

Data Fields

unsigned int utc_year
 The number of years since 1900. More...
 
unsigned int utc_mon
 The number of months since January, in the range 0 to 11. More...
 
unsigned int utc_mday
 The day of the month, in the range 1 to 31. More...
 
unsigned int utc_hour
 The number of hours past midnight, in the range 0 to 23. More...
 
unsigned int utc_min
 The number of minutes after the hour, in the range 0 to 59. More...
 
unsigned int utc_sec
 The number of seconds after the minute, normally in the range 0 to 59, but can be up to 60 to allow for leap seconds. More...
 
unsigned int utc_yday
 The number of days since January 1, in the range 0 to 365. More...
 
unsigned int utc_wday
 The number of days since Sunday, in the range 0 to 6. More...
 

Detailed Description

Structure for utctime, see also utctime.

See also
utctime

Field Documentation

unsigned int utc_hour

The number of hours past midnight, in the range 0 to 23.

unsigned int utc_mday

The day of the month, in the range 1 to 31.

unsigned int utc_min

The number of minutes after the hour, in the range 0 to 59.

unsigned int utc_mon

The number of months since January, in the range 0 to 11.

unsigned int utc_sec

The number of seconds after the minute, normally in the range 0 to 59, but can be up to 60 to allow for leap seconds.

unsigned int utc_wday

The number of days since Sunday, in the range 0 to 6.

unsigned int utc_yday

The number of days since January 1, in the range 0 to 365.

unsigned int utc_year

The number of years since 1900.


The documentation for this struct was generated from the following file: