次の方法で共有


DateTimeUtil.toStr(utcdatetime) Method

Definition

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.

Applies to