Method | Description | |
---|---|---|
FileDateInfo ( string path, System.DateTime lastWriteTime ) : System |
Initializes a new instance of the FileDateInfo class for the specified file and last write time.
|
public FileDateInfo ( string path, System.DateTime lastWriteTime ) : System | ||
path | string | The absolute path of the file. |
lastWriteTime | System.DateTime | The last write time of the file. |
return | System |