MeVisLabToolboxReference
DCMTree::Date Struct Reference

Date class for DCMTree library. More...

#include <DCMTree_Lib.h>

List of all members.

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 137 of file DCMTree_Lib.h.


Constructor & Destructor Documentation

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

Member Data Documentation

unsigned char DCMTree::Date::_day

Definition at line 143 of file DCMTree_Lib.h.

unsigned char DCMTree::Date::_month

Definition at line 142 of file DCMTree_Lib.h.

unsigned short DCMTree::Date::_year

Definition at line 141 of file DCMTree_Lib.h.


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