YAZ  5.34.0
Data Fields
Z_Date Struct Reference

#include <z-date.h>

Data Fields

Odr_intyear
 
int which
 
union {
   Z_DateMonthAndDay *   monthAndDay
 
   Odr_int *   julianDay
 
   Odr_int *   weekNumber
 
   Z_DateQuarter *   quarter
 
   Z_DateSeason *   season
 
u
 
Z_DateFlagsflags
 

Detailed Description

Definition at line 100 of file z-date.h.

Field Documentation

◆ flags

Z_DateFlags* Z_Date::flags

Definition at line 115 of file z-date.h.

◆ julianDay

Odr_int* Z_Date::julianDay

Definition at line 105 of file z-date.h.

◆ monthAndDay

Z_DateMonthAndDay* Z_Date::monthAndDay

Definition at line 104 of file z-date.h.

◆ quarter

Z_DateQuarter* Z_Date::quarter

Definition at line 107 of file z-date.h.

◆ season

Z_DateSeason* Z_Date::season

Definition at line 108 of file z-date.h.

◆ 

union { ... } Z_Date::u

◆ weekNumber

Odr_int* Z_Date::weekNumber

Definition at line 106 of file z-date.h.

◆ which

int Z_Date::which

Definition at line 102 of file z-date.h.

◆ year

Odr_int* Z_Date::year

Definition at line 101 of file z-date.h.


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