Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
struct System.​Runtime.​InteropServices.​ComTypes.​FILETIME
Assembly: System.Runtime.InteropServices
Represents the number of 100-nanosecond intervals since January 1, 1601. This structure is a 64-bit value.
Fields and Constants
public
int
dwHighDateTime
Specifies the high 32 bits of the <see langword="FILETIME" /> .
public
int
dwLowDateTime
Specifies the low 32 bits of the <see langword="FILETIME" /> .
Methods
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object