DateTimeUtil.populateTimeZoneInfo(Int32, Timezone) 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.
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.