| 
    MeVisLab Toolbox 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 | 
Date class for DCMTree library.
Definition at line 174 of file DCMTree_Lib.h.
| DCMTree::Date::Date | ( | int | year = 0,  | 
        
| int | month = 0,  | 
        ||
| int | day = 0  | 
        ||
| ) | 
| unsigned char DCMTree::Date::_day | 
Definition at line 180 of file DCMTree_Lib.h.
| unsigned char DCMTree::Date::_month | 
Definition at line 179 of file DCMTree_Lib.h.
| unsigned short DCMTree::Date::_year | 
Definition at line 178 of file DCMTree_Lib.h.