XrmTimeSpan.CreateXrmTimeSpan Method (Int32, Int32, Int32)
Applies To: Dynamics CRM 2015
Creates an instance of a XrmTimeSpan class setting the days, hours and minutes.
Namespace: Microsoft.Xrm.Sdk.Workflow
Assembly: Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)
Syntax
public static XrmTimeSpan CreateXrmTimeSpan(
int days,
int hours,
int minutes
)
public:
static XrmTimeSpan CreateXrmTimeSpan(
int days,
int hours,
int minutes
)
static member CreateXrmTimeSpan :
days:int *
hours:int *
minutes:int -> XrmTimeSpan
Public Shared Function CreateXrmTimeSpan (
days As Integer,
hours As Integer,
minutes As Integer
) As XrmTimeSpan
Parameters
days
Type: System.Int32Type: Int32. Specifies the days for the time span.
hours
Type: System.Int32Type: Int32. Specifies the hours for the time span.
minutes
Type: System.Int32Type: Int32. Specifies the minutes for the time span.
Return Value
Type: Microsoft.Xrm.Sdk.Workflow.XrmTimeSpan
Type: XrmTimeSpan
The instance of a XrmTimeSpan class where the days, hours, and minutes are set.
See Also
CreateXrmTimeSpan Overload
XrmTimeSpan Structure
Microsoft.Xrm.Sdk.Workflow Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright