#include <customgui_datetime.h>
DateTime data type (DATETIME_DATA). 
- Note
 - Has to be created with Alloc() and destroyed with Free(). 
 
 
◆ DateTimeData()
◆ ~DateTimeData()
◆ Alloc()
◆ Free()
Destructs DateTime data allocated with Alloc(). 
- Parameters
 - 
  
    | [in,out] | pData | The DateTime data to destruct. If the pointer is nullptr nothing happens. The pointer is assigned nullptr afterwards.  | 
  
   
 
 
◆ GetDateTime()
Gets the date time. 
- Returns
 - The date time. 
 
 
 
◆ SetDateTime()
      
        
          | void SetDateTime  | 
          ( | 
          const DateTime *  | 
          d,  | 
        
        
           | 
           | 
          Bool  | 
          bSetDate = true,  | 
        
        
           | 
           | 
          Bool  | 
          bSetTime = true  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Sets the date time. 
- Parameters
 - 
  
    | [in] | d | The date time to set.  | 
    | [in] | bSetDate | If false the date part is discarded. Default to true.  | 
    | [in] | bSetTime | If false the time part is discarded. Default to true.  |