DateTimeUtil.getOriginatingTimeZone(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.
Gets the originating Timezone enumeration value of the specified utcdatetime value.
public:
static Dynamics::AX::Application::Timezone getOriginatingTimeZone(Microsoft::Dynamics::Ax::Xpp::AxShared::utcdatetime _t);
public static Dynamics.AX.Application.Timezone getOriginatingTimeZone (Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime _t);
static member getOriginatingTimeZone : Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime -> Dynamics.AX.Application.Timezone
Public Shared Function getOriginatingTimeZone (_t As utcdatetime) As Timezone
Parameters
- _t
- Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime
The utcdatetime value for which to retrieve the time zone.
Returns
The Timezone enumeration value of the specified utcdatetime value.