File.SetLastWriteTimeUtc() Method in C# with Examples
File.SetLastWriteTimeUtc(String) is an inbuilt File class method which is used to set the date and time, in coordinated universal time (UTC), that the specified file was last written to.Syntax:Â Â public static void SetLastWriteTimeUtc (string path, DateTime lastWriteTime); Parameter: This function a