Add | Adds a specified amount of time to the current date, returning a new cDateTime instance with the calcuated value. |
AddDays | Adds a specified number of days to the current date, returning a new cDateTime instance with the calcuated value. |
AddHours | Adds a specified number of hours to the current date, returning a new cDateTime instance with the calcuated value. |
AddMilliseconds | Adds a specified number of milliseconds to the current date, returning a new cDateTime instance with the calcuated value. |
AddMinutes | Adds a specified number of minutes to the current date, returning a new cDateTime instance with the calcuated value. |
AddMonths | Adds a specified number of months to the current date, returning a new cDateTime instance with the calcuated value. |
AddSeconds | Adds a specified number of seconds to the current date, returning a new cDateTime instance with the calcuated value. |
AddTicks | Adds a specified number of ticks to the current date, returning a new cDateTime instance with the calcuated value. |
AddYears | Adds a specified number of years to the current date., returning a new cDateTime instance with the calcuated value. |
CompareTo | Compares this instance to a passed in cDateTime 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 cDateTime object. |
GetHashCode | Returns a pseudo-unique number identifying this instance. |
GreaterThan | Determines if this instance is greater than another cDateTime object. |
GreaterThanOrEqualTo | Determines if this instance is greater than or equal to another cDateTime object. |
LessThan | Determines if this instance is less than another cDateTime object. |
LessThanOrEqualTo | Determines if this instance is less than or equal to another cDateTime object. |
NotEqualTo | Determines if this instance is not equal to another cDateTime object. |
Subtract | Subtracts either a cDateTime instance or a TimeSpan instance from this cDateTime instance. |
ToBinary | Returns a 64-bit representation of the time and kind. |
ToFileTime | Converts the cDateTime to a FileTime representation, adjusting for timezone. |
ToFileTimeUtc | Converts the cDateTime to a FileTime representation, ignoring the timezone offset. |
ToLocalTime | Returns a cDateTime 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 | Returns a string representation of this object instance. |
ToUniversalTime | Returns a cDateTime with the timezone offset removed from this instance. |