ImageGear for .NET
GetDateTime Method




Gets the System.DateTime value.
Syntax
'Declaration
 
Public Function GetDateTime() As Date
'Usage
 
Dim instance As ImGearXMPDate
Dim value As Date
 
value = instance.GetDateTime()
public DateTime GetDateTime()
public: DateTime GetDateTime(); 
public:
DateTime 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

Reference

ImGearXMPDate Class
ImGearXMPDate Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback