ImageGear v26.3 - Updated
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()
    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