次の方法で共有


DateTimeUtil.month(utcdatetime) Method

Definition

Retrieves the month in the year that is specified by a utcdatetime value.

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

Parameters

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

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

Returns

The month in the year of the specified utcdatetime value.

Applies to