次の方法で共有


DateTimeUtil.time(utcdatetime) Method

Definition

Retrieves the number of seconds that have elapsed since midnight as a timeOfDay value from the specified utcdatetime value.

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

Parameters

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

A utcdatetime value for which to retrieve the time.

Returns

A timeOfDay value that indicates the number of seconds that have elapsed since midnight.

Applies to