DateTimeUtil.toFormattedStr 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.
Overloads
toFormattedStr(utcdatetime, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32) | |
toFormattedStr(utcdatetime, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32) |
toFormattedStr(utcdatetime, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32)
public:
static System::String ^ toFormattedStr(Microsoft::Dynamics::Ax::Xpp::AxShared::utcdatetime utcdatetime1, int num1, int num2, int num3, int num4, int num5, int num6, int num7, int num8);
public static string toFormattedStr (Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime utcdatetime1, int num1, int num2, int num3, int num4, int num5, int num6, int num7, int num8);
static member toFormattedStr : Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime * int * int * int * int * int * int * int * int -> string
Public Shared Function toFormattedStr (utcdatetime1 As utcdatetime, num1 As Integer, num2 As Integer, num3 As Integer, num4 As Integer, num5 As Integer, num6 As Integer, num7 As Integer, num8 As Integer) As String
Parameters
- utcdatetime1
- Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime
- num1
- Int32
- num2
- Int32
- num3
- Int32
- num4
- Int32
- num5
- Int32
- num6
- Int32
- num7
- Int32
- num8
- Int32
Returns
Applies to
toFormattedStr(utcdatetime, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32)
public:
static System::String ^ toFormattedStr(Microsoft::Dynamics::Ax::Xpp::AxShared::utcdatetime _t, int _sequence, int _day, int _separator1, int _month, int _separator2, int _year, int _timeSeparator1, int _timeSeparator2, int _flags);
public static string toFormattedStr (Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime _t, int _sequence, int _day, int _separator1, int _month, int _separator2, int _year, int _timeSeparator1, int _timeSeparator2, int _flags);
static member toFormattedStr : Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime * int * int * int * int * int * int * int * int * int -> string
Public Shared Function toFormattedStr (_t As utcdatetime, _sequence As Integer, _day As Integer, _separator1 As Integer, _month As Integer, _separator2 As Integer, _year As Integer, _timeSeparator1 As Integer, _timeSeparator2 As Integer, _flags As Integer) As String
Parameters
- _t
- Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime
- _sequence
- Int32
- _day
- Int32
- _separator1
- Int32
- _month
- Int32
- _separator2
- Int32
- _year
- Int32
- _timeSeparator1
- Int32
- _timeSeparator2
- Int32
- _flags
- Int32