GnuCOBOL  2.0
A free COBOL compiler
cob_time Struct Reference

#include <coblocal.h>

Data Fields

int year
 
int month
 
int day_of_month
 
int day_of_week
 
int hour
 
int minute
 
int second
 
int nanosecond
 
int offset_known
 
int utc_offset
 

Detailed Description

Definition at line 261 of file coblocal.h.

Field Documentation

int cob_time::day_of_month
int cob_time::day_of_week

Definition at line 266 of file coblocal.h.

Referenced by cob_get_current_date_and_time(), and integer_of_wwwd().

int cob_time::hour
int cob_time::minute
int cob_time::nanosecond
int cob_time::offset_known
int cob_time::second
int cob_time::utc_offset

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