DateTimeUtil.minute(utcdatetime) Method

Definition

Retrieves the minute in the hour that is specified by a utcdatetime value.

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

Parameters

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

A utcdatetime value for which to retrieve the value of the minute component.

Returns

The minute in the hour of the specified utcdatetime value.

Applies to