CADATE Struct

Definition

Represents a counted array of DATE types.

public value class CADATE
struct CADATE
[System.Runtime.InteropServices.ComConversionLoss]
public struct CADATE
[<System.Runtime.InteropServices.ComConversionLoss>]
type CADATE = struct
Public Structure CADATE
Inheritance
CADATE
Attributes

Fields

cElems

The size of the array pointed to by pElems.

pElems

A pointer to an array of DATE types, each of which corresponds to an allowable value that a particular property can accept.

Applies to