Share via


Label.getLabelFileCreatedTime(String, String) Method

Definition

Caution

The getLabelFileCreatedTime 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 time that a specified label file was created.

public:
 int getLabelFileCreatedTime(System::String ^ labelFile, System::String ^ language);
[System.Obsolete("The getLabelFileCreatedTime 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 int getLabelFileCreatedTime (string labelFile, string language);
[<System.Obsolete("The getLabelFileCreatedTime 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.getLabelFileCreatedTime : string * string -> int
Public Function getLabelFileCreatedTime (labelFile As String, language As String) As Integer

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

An integer data type value that indicates the time that a label file is created.

Attributes

Remarks

For more information, see How to: Create a Label File. You can use the time2str function to convert the integer to a text string.

Applies to