DateTimeUtil.second(utcdatetime) Method

Definition

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

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

Parameters

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

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

Returns

The second in the minute of the specified utcdatetime value.

Applies to