FlatTrackingData.GetLastWriteTimeUtc(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.
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.