Jaa


DateTimeUtil.date(utcdatetime) Method

Definition

Converts the specified utcdatetime value to a date type.

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

Parameters

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

The utcdatetime value to convert.

Returns

Microsoft.Dynamics.Ax.Xpp.AxShared.Date

A date value.

Applies to