AddTimeSpanAsync¶
Returns sum of specified dateTime and timespan string asynchronously.
1 |
|
Parameters¶
DateTimeOffset dateTime
Specifies the base date time value.
string time
The time parameter is in the "d.hh:mm:ss" format
Remarks¶
Please make sure that you are using the right calendar object, since adding time is related with your calendar of choice. You can have more info on Calendar definitions by checking the $Calendar
object.
Example¶
1 2 3 4 |
|