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 > MediaCreationDbDataAccessAgent Class : GetStatusUpdateDate Method




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

Syntax

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

Parameters

sopInstanceUID
A System.String that represents the SOP Instance UID of the Media Creation Management object to get the status update date and 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