ImageGear v26.0 - Updated
ShotDate Property




ImageGear.Core Assembly > ImageGear.Formats.XMP.DynamicMedia Namespace > ImGearDynamicMediaXMPMetadata Class : ShotDate Property
Gets or sets ShotDate property of the Dynamic Media XMP schema.
Syntax
'Declaration
 
Public Property ShotDate As ImGearXMPDate
'Usage
 
Dim instance As ImGearDynamicMediaXMPMetadata
Dim value As ImGearXMPDate
 
instance.ShotDate = value
 
value = instance.ShotDate
public ImGearXMPDate ShotDate {get; set;}
public: __property ImGearXMPDate* get_ShotDate();
public: __property void set_ShotDate( 
   ImGearXMPDate* value
);
public:
property ImGearXMPDate^ ShotDate {
   ImGearXMPDate^ get();
   void set (    ImGearXMPDate^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPDate class value.
Remarks
This XMP property specifies date and time when the video was shot.
See Also

Reference

ImGearDynamicMediaXMPMetadata Class
ImGearDynamicMediaXMPMetadata Members

Is this page helpful?
Yes No
Thanks for your feedback.