Y-lib
Loadrunner libraries
Data Fields

Used by ftime. Defined as _timeb (instead of timeb) just as in the on-line Help. More...

#include "vugen.h"

Data Fields

time_t time
 Time, in seconds, since the Unix Epoch, 1 January 1970 00:00:00 Coordinated Universal Time (UTC). More...
 
unsigned short millitm
 Milliseconds. Actual accuracy may be lower. More...
 
short timezone
 Difference in minutes of the timezone from UTC. More...
 
short dstflag
 Nonzero if in daylight savings time. More...
 

Detailed Description

Used by ftime. Defined as _timeb (instead of timeb) just as in the on-line Help.

Note
On Windows accurate to 1/64 of a second (15.6 msec).

Definition at line 222 of file vugen.h.

Field Documentation

short _timeb::dstflag

Nonzero if in daylight savings time.

Definition at line 230 of file vugen.h.

unsigned short _timeb::millitm

Milliseconds. Actual accuracy may be lower.

Definition at line 226 of file vugen.h.

time_t _timeb::time

Time, in seconds, since the Unix Epoch, 1 January 1970 00:00:00 Coordinated Universal Time (UTC).

Definition at line 224 of file vugen.h.

short _timeb::timezone

Difference in minutes of the timezone from UTC.

Definition at line 228 of file vugen.h.


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