Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Initializes a new instance of the XrmTimeSpan class setting the years, months, days, hours and minutes.
Namespace:   Microsoft.Xrm.Sdk.Workflow
Assembly:  Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)
Syntax
public XrmTimeSpan(
    int years,
    int months,
    int days,
    int hours,
    int minutes
)
Public Sub New (
    years As Integer,
    months As Integer,
    days As Integer,
    hours As Integer,
    minutes As Integer
)
Parameters
- years 
 Type: System.Int32- Type: Int32. Specifies the years for the time span. 
- months 
 Type: System.Int32- Type: Int32. Specifies the months for the time span. 
- days 
 Type: System.Int32- Type: Int32. Specifies the days for the time span. 
- hours 
 Type: System.Int32- Type: Int32. Specifies the hours for the time span. 
- minutes 
 Type: System.Int32- Type: Int32. Specifies the minutes for the time span. 
See Also
XrmTimeSpan Overload
XrmTimeSpan Structure
Microsoft.Xrm.Sdk.Workflow Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright