Label.getLabelFileCreatedDate(String, String) 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.
Caution
The getLabelFileCreatedDate method is intended for use from the AX Client during design time only. It should not be used anymore. It is replaced with Visual Studio based design tools.
Returns the date that a specified label file was created.
public:
Microsoft::Dynamics::Ax::Xpp::AxShared::Date getLabelFileCreatedDate(System::String ^ labelFile, System::String ^ language);
[System.Obsolete("The getLabelFileCreatedDate method is intended for use from the AX Client during design time only. It should not be used anymore. It is replaced with Visual Studio based design tools.")]
public Microsoft.Dynamics.Ax.Xpp.AxShared.Date getLabelFileCreatedDate (string labelFile, string language);
[<System.Obsolete("The getLabelFileCreatedDate method is intended for use from the AX Client during design time only. It should not be used anymore. It is replaced with Visual Studio based design tools.")>]
member this.getLabelFileCreatedDate : string * string -> Microsoft.Dynamics.Ax.Xpp.AxShared.Date
Public Function getLabelFileCreatedDate (labelFile As String, language As String) As Date
Parameters
- labelFile
- String
A string data type that specifies a language by using a language prefix.
- language
- String
A string data type that specifies a language by using a language prefix.
Returns
A Date data type value that indicates when a label file is created.
- Attributes
Remarks
You can use the date2str function to convert the date to a text string.