TimeZonesRulesData Constructors
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.
Overloads
TimeZonesRulesData() | |
TimeZonesRulesData(Int32) | |
TimeZonesRulesData(ICursor) |
TimeZonesRulesData()
public:
TimeZonesRulesData();
public TimeZonesRulesData ();
Public Sub New ()
Applies to
TimeZonesRulesData(Int32)
public:
TimeZonesRulesData(int num1);
public TimeZonesRulesData (int num1);
new Dynamics.AX.Application.TimeZonesRulesData : int -> Dynamics.AX.Application.TimeZonesRulesData
Public Sub New (num1 As Integer)
Parameters
- num1
- Int32
Applies to
TimeZonesRulesData(ICursor)
public:
TimeZonesRulesData(Microsoft::Dynamics::AX::DataAccess::Kernel::ICursor ^ ptr1);
public TimeZonesRulesData (Microsoft.Dynamics.AX.DataAccess.Kernel.ICursor ptr1);
new Dynamics.AX.Application.TimeZonesRulesData : Microsoft.Dynamics.AX.DataAccess.Kernel.ICursor -> Dynamics.AX.Application.TimeZonesRulesData
Public Sub New (ptr1 As ICursor)
Parameters
- ptr1
- Microsoft.Dynamics.AX.DataAccess.Kernel.ICursor