Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Microsoft
Protocols
TestSuites
MS_OXORULE
DateTimeArray_r
C# Class Microsoft.Protocols.TestSuites.MS_OXORULE.DateTimeArray_r
The DateTimeArray_r structure encodes an array of FILETIME structures.
ファイルを表示
Open project: OfficeDev/Interop-TestSuites
Public Properties
Property
Type
Description
CValues
uint
Lpft
FILETIME[]
Public Methods
Method
Description
Serialize
( ) :
byte[]
This method is used for serializing the DateTimeArray_r.
Method Details
Serialize()
public
method
This method is used for serializing the DateTimeArray_r.
public
Serialize
( ) :
byte[]
return
byte[]
Property Details
CValues
public_oe property
The number of FILETIME data structures represented in the DateTimeArray_r structure. This value MUST NOT exceed 100,000.
public
uint
CValues
return
uint
Lpft
public_oe property
The FILETIME data structures.
public
FILETIME[]
Lpft
return
FILETIME[]