This document is archived and information here might be outdated. Recommended version. |
Output time reference.
[Visual Basic .NET] Public Property OutputTimeReference As ITimeReference
[C#] public ITimeReference OutputTimeReference {get; set;}
[C++]
HRESULT get_OutputTimeReference(
ITimeReference** TimeReference
);
[C++]
HRESULT putref_OutputTimeReference(
ITimeReference* TimeReference
);
[C++] Parameters TimeReference [out, retval]
TimeReference is a parameter of type ITimeReference** TimeReference [in]
TimeReference is a parameter of type ITimeReference*