PredefinedFunctions.Mkdate(Int32, Int32, Int32) 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.
public:
static Microsoft::Dynamics::Ax::Xpp::AxShared::Date Mkdate(int day, int month, int year);
public static Microsoft.Dynamics.Ax.Xpp.AxShared.Date Mkdate (int day, int month, int year);
static member Mkdate : int * int * int -> Microsoft.Dynamics.Ax.Xpp.AxShared.Date
Public Shared Function Mkdate (day As Integer, month As Integer, year As Integer) As Date
Parameters
- day
- Int32
- month
- Int32
- year
- Int32
Returns
Microsoft.Dynamics.Ax.Xpp.AxShared.Date