Share via


FileSystemInfo.FromFileTimeUtc Method

Converts the specified Windows file time to an equivalent UTC time.

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)

Syntax

public DateTime FromFileTimeUtc (
         longfileTime
)

Parameters

  • fileTime
    A Windows file time expressed in ticks.

Return Value

A DateTime object that represents a UTC time equivalent to the date and time represented by the fileTime parameter.

Version Information

Available in the .NET Micro Framework versions 3.0, 4.0, and 4.1.

See Also

Reference

FileSystemInfo Class
FileSystemInfo Members
System.IO Namespace