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
Hyland.DocFilters.DateTime getFileTime() const;
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 |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
|
1 2 3 4 5 6 7 8 9 10 11 |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
|
See Also¶
"