XrmTimeSpan.Subtract(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.
Subtracts the specified XrmTimeSpan from this instance.
public:
DateTime Subtract(DateTime value);
public DateTime Subtract (DateTime value);
member this.Subtract : DateTime -> DateTime
Public Function Subtract (value As DateTime) As DateTime
Parameters
- value
- DateTime
Specifies a date/time value to subtract.
Returns
The value resulting when the passed value is subtracted from this instance.