[#BloombergLP-bdls-FilesystemUtil_WindowsImpUtil-getLastModificationTime] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdls.adoc[bdls]::xref:BloombergLP/bdls/FilesystemUtil_WindowsImpUtil.adoc[FilesystemUtil_WindowsImpUtil]::getLastModificationTime :relfileprefix: ../../../ :mrdocs: Load the file's last modification time into `time`. == Synopsis Declared in `<bdls_filesystemutil_windowsimputil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int getLastModificationTime( xref:BloombergLP/bdlt/Datetime.adoc[bdlt::Datetime]* time, xref:BloombergLP/bdls/FilesystemUtil_WindowsImpUtil/FileDescriptor.adoc[FileDescriptor] descriptor); ---- == Description Load into the specified `time` the last modification time of the file with the specified `descriptor`, as reported by the filesystem. Return 0 on success, and a non‐zero value otherwise. Note that the time is reported in UTC. == Return Value 0 on success, and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *time* | receives the last modification time in UTC | *descriptor* | open file descriptor to query |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#