Heraia  0.1.8
date_and_time_t Struct Reference

A human struct to store a date with a time. More...

#include <libheraia.h>

Data Fields

guint32 year
 
guint32 month
 
guint32 day
 
guint32 hour
 
guint32 minutes
 
guint32 seconds
 

Detailed Description

A human struct to store a date with a time.

Todo:
add an UTC info field

Definition at line 126 of file libheraia.h.

Field Documentation

guint32 date_and_time_t::day

Definition at line 130 of file libheraia.h.

Referenced by calc_which_month_day(), date_printf(), decode_dos_date(), and which_month_day().

guint32 date_and_time_t::hour

Definition at line 132 of file libheraia.h.

Referenced by date_printf(), decode_dos_date(), and make_date_and_time().

guint32 date_and_time_t::minutes

Definition at line 133 of file libheraia.h.

Referenced by date_printf(), decode_dos_date(), and make_date_and_time().

guint32 date_and_time_t::month

Definition at line 129 of file libheraia.h.

Referenced by calc_which_month_day(), date_printf(), decode_dos_date(), and which_month_day().

guint32 date_and_time_t::seconds

Definition at line 134 of file libheraia.h.

Referenced by date_printf(), decode_dos_date(), and make_date_and_time().

guint32 date_and_time_t::year

Definition at line 128 of file libheraia.h.

Referenced by date_printf(), decode_dos_date(), and which_year_month_day().


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