Jaa


DateTimeUtil.populateTimeZoneInfo(Int32, Timezone) Method

Definition

Retrieves start and end dates and time bias.

public:
 static cli::array <System::Object ^> ^ populateTimeZoneInfo(int _year, Dynamics::AX::Application::Timezone _tz);
public static object[] populateTimeZoneInfo (int _year, Dynamics.AX.Application.Timezone _tz);
static member populateTimeZoneInfo : int * Dynamics.AX.Application.Timezone -> obj[]
Public Shared Function populateTimeZoneInfo (_year As Integer, _tz As Timezone) As Object()

Parameters

_year
Int32

The time zone.

_tz
Timezone

The time zone.

Returns

Object[]

The start and end dates and time bias.

Applies to