DateTime |
DateTime.Add(TimeSpan ts) |
Add the specific time to the DateTime instance.
|
DateTime |
DateTime.AddDays(double days) |
Returns a new DateTime that adds the specified number
of days to the value of this instance.
|
DateTime |
DateTime.AddHours(double hours) |
Returns a new DateTime that adds the specified number
of hours to the value of this instance.
|
DateTime |
DateTime.AddMilliseconds(int milliseconds) |
Returns a new DateTime that adds the specified number
of hours to the value of this instance.
|
DateTime |
DateTime.AddMinutes(double minutes) |
Returns a new DateTime that adds the specified number
of hours to the value of this instance.
|
DateTime |
DateTime.AddMonths(int months) |
Returns a new DateTime that adds the specified number
of months to the value of this instance.
|
DateTime |
DateTime.AddSeconds(int seconds) |
Returns a new DateTime that adds the specified number
of seconds to the value of this instance.
|
DateTime |
DateTime.AddYears(int years) |
Returns a new DateTime that adds the specified number
of years to the value of this instance.
|
DateTime |
DateTime.Minus(TimeSpan ts) |
Minus the specific time to the DateTime instance.
|
static DateTime |
DateTime.Now() |
Get the current Date and Time.
|