LEADTOOLS For .NET Class Library Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
GetStatusUpdateDate Method
See Also 
Leadtools.Medical.Media.DataAccessLayer Namespace > IMediaCreationDataAccessAgent Interface : GetStatusUpdateDate Method




sopInstanceUID
A System.String representing the SOP Instance UID of the Media Creation Management object to get the status update date/time.
sopInstanceUID
A System.String representing the SOP Instance UID of the Media Creation Management object to get the status update date/time.
Gets the date and time when the media object status was last updated.

Syntax

Visual Basic (Declaration) 
Function GetStatusUpdateDate( _
   ByVal sopInstanceUID As String _
) As Date
Visual Basic (Usage)Copy Code
Dim instance As IMediaCreationDataAccessAgent
Dim sopInstanceUID As String
Dim value As Date
 
value = instance.GetStatusUpdateDate(sopInstanceUID)
C# 
DateTime GetStatusUpdateDate( 
   string sopInstanceUID
)
Managed Extensions for C++ 
DateTime GetStatusUpdateDate( 
   string* sopInstanceUID
) 
C++/CLI 
DateTime GetStatusUpdateDate( 
   String^ sopInstanceUID
) 

Parameters

sopInstanceUID
A System.String representing the SOP Instance UID of the Media Creation Management object to get the status update date/time.

Return Value

A System.DateTime object that represents the date and time when the media object status was last updated.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also