ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPDate Class / GetDateTime Method




In This Topic
GetDateTime Method
In This Topic
Gets the System.DateTime value.
Syntax
'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.
See Also