[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Adds a specified time interval to a specified date and time, yielding a new date and time [Property] [Methods] doAdd=Returns a new DateTime that adds the value of the specified TimeSpan to the value of this instance. ARG(TimeSpan timespan)|1|0 *doAddDays=Returns a new DateTime that adds the specified number of days to the value of this instance. ARG(double timespan)|1|0 *doAddHours=Returns a new DateTime that adds the specified number of hours to the value of this instance. ARG(double timespan)|1|0 *doAddMilliseconds=Returns a new DateTime that adds the specified number of milliseconds to the value of this instance. ARG(double timespan)|1|0 *doAddMinutes=Returns a new DateTime that adds the specified number of minutes to the value of this instance. ARG(double timespan)|1|0 *doAddMonths=Returns a new DateTime that adds the specified number of months to the value of this instance. ARG(int timespan)|1|0 *doAddSeconds=Returns a new DateTime that adds the specified number of seconds to the value of this instance. ARG(double timespan)|1|0 *doAddTicks=Returns a new DateTime that adds the specified number of ticks to the value of this instance. ARG(long timespan)|1|0 *doAddYears=Returns a new DateTime that adds the specified number of years to the value of this instance. ARG(int timespan)|1|0 onResult=Occurs after summing and returns an object that is the sum of the values of DataTime and TimeSpan. ARG(DateTime)|2|0 Result=Returns a new date and time. ARG(DateTime)|3|0 DateTime=Defines the date and time value to add. ARG(DateTime)|4|0 TimeSpan=Defines the time interval to add. ARG(TimeSpan)|4|0