#include <c4d_basetime.h>
◆ DateTime()
Default constructor. (Set the time to 2000-01-01 00:00:00.) 
 
 
◆ operator==()
Equality operator. Check if the date time is equal to another.
- Parameters
 - 
  
  
 
- Returns
 - The result of the comparison. 
 
 
 
◆ operator!=()
Inequality operator. Check if the date time is not equal to another.
- Parameters
 - 
  
  
 
- Returns
 - The result of the comparison. 
 
 
 
◆ operator<()
Less than operator. Check if the date time is less than another.
- Parameters
 - 
  
  
 
- Returns
 - The result of the comparison. 
 
 
 
◆ operator>()
Greater than operator. Check if the date time is greater than another.
- Parameters
 - 
  
  
 
- Returns
 - The result of the comparison. 
 
 
 
◆ operator<=()
Less than or equal operator. Check if the date time is less than or equal to another.
- Parameters
 - 
  
  
 
- Returns
 - The result of the comparison. 
 
 
 
◆ operator>=()
Greater than or equal operator. Check if the date time is greater than equal to another.
- Parameters
 - 
  
  
 
- Returns
 - The result of the comparison. 
 
 
 
◆ lYear
◆ lMonth
◆ lDay
◆ lHour
◆ lMinute
◆ lSecond