ImageGear .NET
VideoModDate Property




Gets or sets VideoModDate property of the Dynamic Media XMP schema.
Syntax
public ImGearXMPDate VideoModDate {get; set;}
public: __property ImGearXMPDate* get_VideoModDate();
public: __property void set_VideoModDate( 
   ImGearXMPDate* value
);
public:
property ImGearXMPDate^ VideoModDate {
   ImGearXMPDate^ get();
   void set (    ImGearXMPDate^ value);
}
'Declaration
 
Public Property VideoModDate As ImGearXMPDate
 
'Usage
 
Dim instance As ImGearDynamicMediaXMPMetadata
Dim value As ImGearXMPDate
 
instance.VideoModDate = value
 
value = instance.VideoModDate

Property Value

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

Reference

ImGearDynamicMediaXMPMetadata Class
ImGearDynamicMediaXMPMetadata Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback