Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Microsoft
Protocols
TestSuites
MS_OXORULE
FILETIME
C# Class Microsoft.Protocols.TestSuites.MS_OXORULE.FILETIME
The FILETIME data structure.
Afficher le fichier
Open project: OfficeDev/Interop-TestSuites
Méthodes publiques
Свойство
Type
Description
HighDateTime
uint
LowDateTime
uint
Méthodes publiques
Méthode
Description
Serialize
( ) :
byte[]
This method is used for serializing the FILETIME.
Method Details
Serialize()
public
méthode
This method is used for serializing the FILETIME.
public
Serialize
( ) :
byte[]
Résultat
byte[]
Property Details
HighDateTime
public_oe property
The high-order part of the file time.
public
uint
HighDateTime
Résultat
uint
LowDateTime
public_oe property
The low-order part of the file time.
public
uint
LowDateTime
Résultat
uint