ImageGear .NET - Updated
Second Property (ImGearXMPDate)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP Namespace > ImGearXMPDate Class : Second Property
Gets or sets Second value.
Syntax
'Declaration
 
Public Property Second As ImGearXMPInteger
'Usage
 
Dim instance As ImGearXMPDate
Dim value As ImGearXMPInteger
 
instance.Second = value
 
value = instance.Second
public ImGearXMPInteger Second {get; set;}
public: __property ImGearXMPInteger* get_Second();
public: __property void set_Second( 
   ImGearXMPInteger* value
);
public:
property ImGearXMPInteger^ Second {
   ImGearXMPInteger^ get();
   void set (    ImGearXMPInteger^ value);
}

Property Value

ImGearXMPInteger class value.
Remarks
Valid range is 0..59.
See Also

Reference

ImGearXMPDate Class
ImGearXMPDate Members