SubFile::FileTime property¶
The FileTime property contains last-modified date and time of the sub-document in the date time format supported by the language.
System.DateTime FileTime { get; }
java.util.Date getFileTime() throws IGRException;
@property
def FileTime(self) -> datetime
Return Value¶
datetime
: The last modified date of the file.
Sample Code¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
|
See Also¶
"