- sopInstanceUID
- A System.String representing the SOP Instance UID of the Media Creation Management object to get the status update date/time.
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.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7