This document is archived and information here might be outdated. Recommended version. |
Returns the time that a given track was last updated.
[Visual Basic .NET] Public Function get_LastUpdateTime ( _ ByVal trackId As String _ ) As ITime
[C#] public ITime get_LastUpdateTime ( string trackId );
[C++]
HRESULT get_LastUpdateTime(
BSTR trackId,
ITime** LastUpdateTime
);
[C++] Parameters trackId [in]
trackId is a parameter of type BSTR LastUpdateTime [out, retval]
LastUpdateTime is a parameter of type ITime**