FlatTrackingData.GetLastWriteTimeUtc(String) Method

Definition

Returns cached value for last write time of file. Update the cache if it is the first time someone asking for that file

public:
 DateTime GetLastWriteTimeUtc(System::String ^ file);
public DateTime GetLastWriteTimeUtc (string file);
member this.GetLastWriteTimeUtc : string -> DateTime
Public Function GetLastWriteTimeUtc (file As String) As DateTime

Parameters

file
String

Name of the file

Returns

the last write time of the file.

Applies to