GetDateField3

The GetDateField3 method returns the date value contained in the dateField3 field of the CERT_SAMPLE_STRUCTURE2_INFO structure.

[VB] DATE GetDateField3(void);
 
[JAVA] double GetDateField3(void);
 
[C++] HRESULT GetDateField3(
  DATE * pDate       // out

);
 

Parameters

[C++] pDate
Points to the return value. See Return Values.

Return Values

Returns the date value in the dateField3 field.


© 1997 by Microsoft Corporation. All rights reserved.