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