HatchKeeper  0.90
The Free Open-Source Egg Incubation Software
Date.h File Reference
#include <ctime>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  HK_Date
 A Class For Managing Dates. More...
 

Variables

const int HK_DateMode_MDY = 0
 
const int HK_DateMode_YMD = 1
 
const int HK_DateMode_DMY = 2
 

Variable Documentation

◆ HK_DateMode_DMY

const int HK_DateMode_DMY = 2

Definition at line 15 of file Date.h.

◆ HK_DateMode_MDY

const int HK_DateMode_MDY = 0
Since
01/28/2020

Definition at line 13 of file Date.h.

◆ HK_DateMode_YMD

const int HK_DateMode_YMD = 1

Definition at line 14 of file Date.h.