次の方法で共有


Label.getLabelFileMOdificationTime(String, String) Method

Definition

Caution

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

public:
 int getLabelFileMOdificationTime(System::String ^ labelFile, System::String ^ language);
[System.Obsolete("The getLabelFileMOdificationTime 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 getLabelFileMOdificationTime (string labelFile, string language);
[<System.Obsolete("The getLabelFileMOdificationTime 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.getLabelFileMOdificationTime : string * string -> int
Public Function getLabelFileMOdificationTime (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 value that indicates the time that a label file was modified.

Attributes

Remarks

You can use the time2str function to convert the integer to a text string.

Applies to