FileTimeToUnixTime Method

Converts FileTime to unix time format.

Syntax

public long FileTimeToUnixTime(DateTime fileTime);
Public Function FileTimeToUnixTime(ByVal FileTime As DateTime) As Long

Remarks

Use this method to convert the FileTime value to Unix time format. The subsecond part of the value is not preserved; to obtain it, use the FileTimeToNanoseconds method.

Copyright (c) 2022 Callback Technologies, Inc. - All rights reserved.
CBFS FUSE 2020 .NET Edition - Version 20.0 [Build 8348]