ImageGear for .NET
ImGearXMPDate Constructor(DateTime)
See Also  Send Feedback
ImageGear21.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP Namespace > ImGearXMPDate Class > ImGearXMPDate Constructor : ImGearXMPDate Constructor(DateTime)




dateTime
Date and time.

Glossary Item Box

Initializes a new instance of the ImGearXMPDate class.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

dateTime
Date and time.

Return Value

New instance of the ImGearXMPDate class object.

Remarks

This constructor creates and initializes an instance of the ImGearXMPDate class from a System.DateTime value. If the kind of DateTime value is Unspecified, the time zone offset (hour and minute) of the ImGearXMPDate class instance are left uninitialized. If the kind of DateTime value is UTC, the time zone offset (hour and minute) ImGearXMPDate class instance are initialized with zeroes. If the kind of DateTime value is Local, the time zone offset (hour and minute) ImGearXMPDate class instance are initialized with local time zone offset.

See Also

©2013. Accusoft Corporation. All Rights Reserved.