Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2015
Adds the specified date/time value to this instance.
Namespace:   Microsoft.Xrm.Sdk.Workflow
Assembly:  Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)
Syntax
public DateTime Add(
    DateTime value
)
public:
DateTime Add(
    DateTime value
)
member Add : 
        value:DateTime -> DateTime
Public Function Add (
    value As Date
) As Date
Parameters
- value 
 Type: System.DateTime- Type: DateTime. A date/time value to add to the current instance value. 
Return Value
Type: System.DateTime
Type: DateTime
The resultant date and time value.
See Also
XrmTimeSpan Structure
Microsoft.Xrm.Sdk.Workflow Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright