FILETIME Struct

Definition

Represents the number of 100-nanosecond intervals since January 1, 1601. This structure is a 64-bit value.

public value class FILETIME
public struct FILETIME
type FILETIME = struct
Public Structure FILETIME
Inheritance
FILETIME

Remarks

For more information, see FILETIME structure.

The common language runtime throws an exception when a COM method in native code returns an HRESULT. For more information, see How to: Map HRESULTs and Exceptions.

Fields

dwHighDateTime

Specifies the high 32 bits of the FILETIME.

dwLowDateTime

Specifies the low 32 bits of the FILETIME.

Applies to