DateTimeUtil.toStr(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 a utcdatetime value to a string in the following format: YYYY-MM-DDThh:mm:ss, where T is a character literal.
public:
static System::String ^ toStr(Microsoft::Dynamics::Ax::Xpp::AxShared::utcdatetime _t);
public static string toStr (Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime _t);
static member toStr : Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime -> string
Public Shared Function toStr (_t As utcdatetime) As String
Parameters
- _t
- Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime
The utcdatetime value to convert.
Returns
The string representation of the specified utcdatetime value.