Share via


Label.getLabelFileModificationDate(String, String) Method

Definition

Caution

The getLabelFileModificationDate 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 modified.

public:
 Microsoft::Dynamics::Ax::Xpp::AxShared::Date getLabelFileModificationDate(System::String ^ labelFile, System::String ^ language);
[System.Obsolete("The getLabelFileModificationDate 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 getLabelFileModificationDate (string labelFile, string language);
[<System.Obsolete("The getLabelFileModificationDate 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.getLabelFileModificationDate : string * string -> Microsoft.Dynamics.Ax.Xpp.AxShared.Date
Public Function getLabelFileModificationDate (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

Microsoft.Dynamics.Ax.Xpp.AxShared.Date

A Date data type value that indicates when a label file was modified.

Attributes

Remarks

You can use the date2str function to convert the date to a text string.

Applies to