Label.getLabelFileMOdificationTime(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 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.