英語で読む

次の方法で共有


FILETIME 構造体

定義

注意事項

Use System.Runtime.InteropServices.ComTypes.FILETIME instead. http://go.microsoft.com/fwlink/?linkid=14202

代わりに、FILETIME を使用してください。

[System.Runtime.InteropServices.ComVisible(false)]
public struct FILETIME
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.FILETIME instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public struct FILETIME
継承
FILETIME
属性

注釈

構造の FILETIME 詳細については、MSDN ライブラリを参照してください。

フィールド

dwHighDateTime
古い.

FILETIME の上位の 32 ビット値を指定します。

dwLowDateTime
古い.

FILETIME の下位の 32 ビット値を指定します。

適用対象

製品 バージョン (廃止)
.NET Framework 1.1 (2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)