'Declaration
Public Function GetDateTime() As Date
'Usage
Dim instance As ImGearXMPDate
Dim value As Date
value = instance.GetDateTime()
Return Value
System.DateTime value.
Remarks
This method gets the System.DateTime value corresponding to the ImGearXMPDate class. If the XMP date does not contain time zone designator, the method returns an DateTime value of an unspecified kind. If the XMP date contains time zone designator, the method returns an DateTime value of UTC kind.