-
Add the specific time to the DateTime instance.
Returns a new DateTime that adds the specified number
of days to the value of this instance.
Returns a new DateTime that adds the specified number
of hours to the value of this instance.
Returns a new DateTime that adds the specified number
of hours to the value of this instance.
Returns a new DateTime that adds the specified number
of hours to the value of this instance.
Returns a new DateTime that adds the specified number
of months to the value of this instance.
Returns a new DateTime that adds the specified number
of seconds to the value of this instance.
Returns a new DateTime that adds the specified number
of years to the value of this instance.
Minus the specific time to the DateTime instance.
Get the current Date and Time.
int
Compares this object with the specified object for order.
int
Compares this object with the specified object for order.
boolean
Returns a value indicating whether the value of this instance is equal
to the value of the specified DateTime instance.
A DateTime instance minus another instance will
return a TimeSpan instance, this
TimeSpan instance will tell you how many days,
hours, minutes, seconds and milliseconds between them.