PredefinedFunctions.Date2Str 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 System::String ^ Date2Str(Microsoft::Dynamics::Ax::Xpp::AxShared::Date date, int sequence, int day, int separator1, int month, int separator2, int year);
public static string Date2Str (Microsoft.Dynamics.Ax.Xpp.AxShared.Date date, int sequence, int day, int separator1, int month, int separator2, int year);
static member Date2Str : Microsoft.Dynamics.Ax.Xpp.AxShared.Date * int * int * int * int * int * int -> string
Public Shared Function Date2Str (date As Date, sequence As Integer, day As Integer, separator1 As Integer, month As Integer, separator2 As Integer, year As Integer) As String
Parameters
- date
- Microsoft.Dynamics.Ax.Xpp.AxShared.Date
- sequence
- Int32
- day
- Int32
- separator1
- Int32
- month
- Int32
- separator2
- Int32
- year
- Int32