XrmTimeSpan.Add(DateTime) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the specified date/time value to this instance.
public:
DateTime Add(DateTime value);
public DateTime Add (DateTime value);
member this.Add : DateTime -> DateTime
Public Function Add (value As DateTime) As DateTime
Parameters
- value
- DateTime
A date/time value to add to the current instance value.
Returns
The resultant date and time value.