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