SubFile::FileDate property¶
The FileDate property contains last-modified date and time of the sub-document as a double-precision number (DATE).
If the date information is not available, the value is 0.
IGRTime FileDate { get; }
IGRTime getFileDate() throws IGRException;
@property
def FileDate(self) -> IGRTime
IGRTime getFileDate() const;
[propget] HRESULT FileDate([out, retval] IGRTime* *result);
Return Value¶
IGRTime
: The 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 |
|
Additional Information¶
The integral part of the FileDate value is the number of days that have passed since 12/30/1899 and the fractional part represents the percentage of a 24-hour day that has elapsed.