Y-lib
Loadrunner libraries
Data Fields

Documented at http://www.cplusplus.com/reference/ctime/tm/.
Values outside of valid ranges can be used to calculate a new date/time using mktime. E.g. tm_mday = 0 means last day of previous month. More...

#include "vugen.h"

Data Fields

int tm_sec
 seconds after the minute - [0,61] (or [0,59] when leap seconds are not supported) More...
 
int tm_min
 minutes after the hour - [0,59] More...
 
int tm_hour
 hours since midnight - [0,23] More...
 
int tm_mday
 day of the month - [1,31] More...
 
int tm_mon
 months since January - [0,11] More...
 
int tm_year
 years since 1900 More...
 
int tm_wday
 days since Sunday - [0,6] (ignored by mktime) More...
 
int tm_yday
 days since January 1 - [0,365] (ignored by mktime) More...
 
int tm_isdst
 daylight savings time flag (>0 in effect, 0 not in effect, <0 unknown) More...
 

Detailed Description

Documented at http://www.cplusplus.com/reference/ctime/tm/.
Values outside of valid ranges can be used to calculate a new date/time using mktime. E.g. tm_mday = 0 means last day of previous month.

Definition at line 178 of file vugen.h.

Field Documentation

int tm::tm_hour

hours since midnight - [0,23]

Definition at line 184 of file vugen.h.

int tm::tm_isdst

daylight savings time flag (>0 in effect, 0 not in effect, <0 unknown)

Definition at line 196 of file vugen.h.

int tm::tm_mday

day of the month - [1,31]

Definition at line 186 of file vugen.h.

int tm::tm_min

minutes after the hour - [0,59]

Definition at line 182 of file vugen.h.

int tm::tm_mon

months since January - [0,11]

Definition at line 188 of file vugen.h.

int tm::tm_sec

seconds after the minute - [0,61] (or [0,59] when leap seconds are not supported)

Definition at line 180 of file vugen.h.

int tm::tm_wday

days since Sunday - [0,6] (ignored by mktime)

Definition at line 192 of file vugen.h.

int tm::tm_yday

days since January 1 - [0,365] (ignored by mktime)

Definition at line 194 of file vugen.h.

int tm::tm_year

years since 1900

Definition at line 190 of file vugen.h.


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