Share via


DateTimeUtil.addMinutes(utcdatetime, Int32) Method

Definition

Adds the specified number of minutes to a utcdatetime value.

public:
 static Microsoft::Dynamics::Ax::Xpp::AxShared::utcdatetime addMinutes(Microsoft::Dynamics::Ax::Xpp::AxShared::utcdatetime _t, int _value);
public static Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime addMinutes (Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime _t, int _value);
static member addMinutes : Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime * int -> Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime
Public Shared Function addMinutes (_t As utcdatetime, _value As Integer) As utcdatetime

Parameters

_t
Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime

The number of minutes to add.

_value
Int32

The number of minutes to add.

Returns

Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime

A new utcdatetime value.

Remarks

If the value of the value parameter is negative, minutes will be subtracted.

Applies to