MobileForms Toolkit Documentation

ZipArchive.GetModificationTime Method 

Gets the modification date and time of a directory or a file.

public DateTime GetModificationTime(
string fileName
);

Parameters

fileName
The path of the directory.

Return Value

A DateTime structure set to the modification date and time for the specified directory or file. This value is expressed in local time.

See Also

ZipArchive Class | Resco.IO.Zip Namespace