MeVisLab Toolbox Reference
DCMTree::Date Struct Reference

Date class for DCMTree library. More...

#include <DCMTree_Lib.h>

Public Member Functions

 Date (int year=0, int month=0, int day=0)
 

Public Attributes

unsigned short _year
 
unsigned char _month
 
unsigned char _day
 

Detailed Description

Date class for DCMTree library.

Definition at line 180 of file DCMTree_Lib.h.

Constructor & Destructor Documentation

◆ Date()

DCMTree::Date::Date ( int  year = 0,
int  month = 0,
int  day = 0 
)

Member Data Documentation

◆ _day

unsigned char DCMTree::Date::_day

Definition at line 186 of file DCMTree_Lib.h.

◆ _month

unsigned char DCMTree::Date::_month

Definition at line 185 of file DCMTree_Lib.h.

◆ _year

unsigned short DCMTree::Date::_year

Definition at line 184 of file DCMTree_Lib.h.


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