HKI Core
Public Types | Public Member Functions | Public Attributes | List of all members
HKI.Core.Variables.DayMonthYear Struct Reference

Public Types

enum  Months {
  Months.January, Months.February, Months.March, Months.April,
  Months.May, Months.June, Months.July, Months.August,
  Months.September, Months.October, Months.November, Months.December
}
 
enum  BeforeChristAnnoDomini { BeforeChristAnnoDomini.BC, BeforeChristAnnoDomini.AD }
 

Public Member Functions

 DayMonthYear (int day, Months month, int year, BeforeChristAnnoDomini bcad)
 
 DayMonthYear (DayMonthYear date)
 
override string ToString ()
 
bool ValidateDay ()
 

Public Attributes

int Day
 
Months Month
 
int Year
 
BeforeChristAnnoDomini BCAD
 

Detailed Description

Definition at line 6 of file DayMonthYear.cs.

Member Enumeration Documentation

◆ BeforeChristAnnoDomini

Enumerator
BC 
AD 

Definition at line 27 of file DayMonthYear.cs.

◆ Months

Enumerator
January 
February 
March 
April 
May 
June 
July 
August 
September 
October 
November 
December 

Definition at line 10 of file DayMonthYear.cs.

Constructor & Destructor Documentation

◆ DayMonthYear() [1/2]

HKI.Core.Variables.DayMonthYear.DayMonthYear ( int  day,
Months  month,
int  year,
BeforeChristAnnoDomini  bcad 
)
inline

Definition at line 40 of file DayMonthYear.cs.

◆ DayMonthYear() [2/2]

HKI.Core.Variables.DayMonthYear.DayMonthYear ( DayMonthYear  date)
inline

Definition at line 48 of file DayMonthYear.cs.

Member Function Documentation

◆ ToString()

override string HKI.Core.Variables.DayMonthYear.ToString ( )
inline

Definition at line 57 of file DayMonthYear.cs.

◆ ValidateDay()

bool HKI.Core.Variables.DayMonthYear.ValidateDay ( )
inline

Definition at line 62 of file DayMonthYear.cs.

Member Data Documentation

◆ BCAD

BeforeChristAnnoDomini HKI.Core.Variables.DayMonthYear.BCAD

Definition at line 37 of file DayMonthYear.cs.

◆ Day

int HKI.Core.Variables.DayMonthYear.Day

Definition at line 34 of file DayMonthYear.cs.

◆ Month

Months HKI.Core.Variables.DayMonthYear.Month

Definition at line 35 of file DayMonthYear.cs.

◆ Year

int HKI.Core.Variables.DayMonthYear.Year

Definition at line 36 of file DayMonthYear.cs.


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