C# Class Microsoft.Protocols.TestSuites.MS_OXORULE.FILETIME

The FILETIME data structure.
Show file 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 property

The high-order part of the file time.
public uint HighDateTime
return uint

LowDateTime public property

The low-order part of the file time.
public uint LowDateTime
return uint