get_modification_time
Description:
[ Version ( deprecated = true , deprecated_since = "2.62" ) ]
public TimeVal get_modification_time ()
public TimeVal get_modification_time ()
Warning: get_modification_time is deprecated since 2.62.
Gets the modification time of the current this and sets it in result
.
Note:
Use get_modification_date_time instead, as TimeVal is deprecated due to the year 2038 problem.
It is an error to call this if the FileInfo does not contain g_file_attribute_time_modified. If g_file_attribute_time_modified_usec is provided it will be used too.
Parameters:
this |
a FileInfo. |
result |
a TimeVal. |