Description
The reference time instant. Only applicable if the ReferenceType is set to time instant.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property ReferenceTimeInstant() As IAgCrdnEvent
|
[Managed C++] |
---|
public: __property IAgCrdnEvent^ get_ReferenceTimeInstant(); public: __property void set_ReferenceTimeInstant( IAgCrdnEvent ^ );
|
[Unmanaged C++] |
---|
public: HRESULT get_ReferenceTimeInstant( IAgCrdnEvent ** ppRetVal ); public: HRESULT put_ReferenceTimeInstant( IAgCrdnEvent * pNewReferenceTimeInstant );
|
See Also