Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Microsoft
Protocols
TestSuites
MS_OXORULE
FILETIME
C# Class Microsoft.Protocols.TestSuites.MS_OXORULE.FILETIME
The FILETIME data structure.
Mostrar archivo
Open project: OfficeDev/Interop-TestSuites
Public Properties
Property
Type
Description
HighDateTime
uint
LowDateTime
uint
Public Methods
Method
Description
Serialize
( ) :
byte[]
This method is used for serializing the FILETIME.
Method Details
Serialize()
public
method
This method is used for serializing the FILETIME.
public
Serialize
( ) :
byte[]
return
byte[]
Property Details
HighDateTime
public_oe property
The high-order part of the file time.
public
uint
HighDateTime
return
uint
LowDateTime
public_oe property
The low-order part of the file time.
public
uint
LowDateTime
return
uint