Add | 
 Adds a specified amount of time to the current date, returning a new CorDateTime instance with the calcuated value.
  | 
  AddDays | 
 Adds a specified number of days to the current date, returning a new CorDateTime instance with the calcuated value.
  | 
  AddHours | 
 Adds a specified number of hours to the current date, returning a new CorDateTime instance with the calcuated value.
  | 
  AddMilliseconds | 
 Adds a specified number of milliseconds to the current date, returning a new CorDateTime instance with the calcuated value.
  | 
  AddMinutes | 
 Adds a specified number of minutes to the current date, returning a new CorDateTime instance with the calcuated value.
  | 
  AddMonths | 
 Adds a specified number of months to the current date, returning a new CorDateTime instance with the calcuated value.
  | 
  AddSeconds | 
 Adds a specified number of seconds to the current date, returning a new CorDateTime instance with the calcuated value.
  | 
  AddTicks | 
 Adds a specified number of ticks to the current date, returning a new CorDateTime instance with the calcuated value.
  | 
  AddYears | 
 Adds a specified number of years to the current date., returning a new CorDateTime instance with the calcuated value.
  | 
  CompareTo | 
 Compares this instance to a passed in Date or CorDateTime instance.
  | 
  Equals | 
 Returns a boolean indicating if the value and this object instance are the same date.
  | 
  EqualTo | 
 Determines if this instance is equal to another CorDateTime object.
  | 
  GetHashCode | 
 Returns a pseudo-unique number identifying this instance.
  | 
  GreaterThan | 
 Determines if this instance is greater than another CorDateTime object.
  | 
  GreaterThanOrEqualTo | 
 Determines if this instance is greater than or equal to another CorDateTime object.
  | 
  LessThan | 
 Determines if this instance is less than another CorDateTime object.
  | 
  LessThanOrEqualTo | 
 Determines if this instance is less than or equal to another CorDateTime object.
  | 
  NotEqualTo | 
 Determines if this instance is not equal to another CorDateTime object.
  | 
  Subtract | 
 Subtracts either a CorDateTime instance or a TimeSpan instance from this
 CorDateTime instance.
  | 
  ToBinary | 
 Returns a 64-bit representation of the time and kind.
  | 
  ToFileTime | 
 Converts the CorDateTime to a FileTime representation, adjusting for timezone.
  | 
  ToFileTimeUtc | 
 Converts the CorDateTime to a FileTime representation, ignoring the timezone offset.
  | 
  ToLocalTime | 
 Returns a CorDateTime with the timezone offset applied to this instance.
  | 
  ToLongDateString | 
 Returns the date formatted to the current cultures long date pattern.
  | 
  ToLongTimeString | 
 Returns the time formatted to the current cultures long time pattern.
  | 
  ToOADate | 
 Converts the current instance to an Ole Automation date representation
 that is normally used in Visual Basic.
  | 
  ToShortDateString | 
 Returns the date formatted to the current cultures short date pattern.
  | 
  ToShortTimeString | 
 Returns the time formatted to the current cultures short time pattern.
  | 
  ToString | 
 Formats a CorDateTime object or Date value in the pattern specified by
 the formatting command. If no command is specified, then G' is assumed.
 If the command cannot be found, then a custom pattern is assumed.
  | 
  ToUniversalTime | 
 Returns a CorDateTime with the timezone offset removed from this instance.
  |