FileTimeToLocalFileTime (kernel32)
Last changed: -175.157.252.219

.
Summary

C# Signature:

[DllImport("kernel32.dll")]
static extern bool FileTimeToLocalFileTime([In] ref FILETIME lpFileTime,
   out SYSTEMTIME lpLocalFileTime);

User-Defined Types:

None.

Notes:

None.

Description

FileTimeToLocalFileTime converts a time from UTC time (also known as Greenwich Mean Time) to "local time" (inside the computer's selected time zone). The source and target times are stored in FILETIME structures. The function returns 1 if successful, or 0 if an error occurs.FileTimeToLocalFileTime Converts a UTC file time to a local file time. System.DateTime.ToFileTime FileTimeToLocalFileTime Converts a UTC file time to a local file time. System.DateTime.ToLocalTime

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation