DaysInMonth | Returns the number of days in a Gregorian calendar month.  | 
  FromBinary | Creates a cDateTime object from a 64-bit currency value.  | 
  FromFileTime | Creates a cDateTime object from an operating system file timestamp.  | 
  FromFileTimeUtc | Returns a cDateTime object from a FileTime value.  | 
  FromMilliseconds | Returns a cDateTime object from milliseconds.  | 
  FromOADate | Returns a cDateTime object from a VB Date value.  | 
  IsLeapYear | Returns a boolean indicating if the specific Gregorian year is a leap year.  | 
  Now | Returns a cDateTime that represents the current time on the local machine.  | 
  Parse | Parses a string representation of a date into a cDateTime object.  | 
  SpecifyKind | Creates a new cDateTime object with the specified DateTimeKind.  | 
  Today | Returns a cDateTime that represents only the current date. The time portion is not present.  | 
  TryParse | Attempts to parse a string representation of a date into a cDateTime object.  | 
  UtcNow | Returns a cDateTime that represents the current time with the UTC offset.  |