DateTimeUtil.date(utcdatetime) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.