ImageGear .NET
Fraction Property




Gets or sets fraction of a second value.
Syntax
'Declaration
 
Public Property Fraction As ImGearXMPInteger
'Usage
 
Dim instance As ImGearXMPDate
Dim value As ImGearXMPInteger
 
instance.Fraction = value
 
value = instance.Fraction
public ImGearXMPInteger Fraction {get; set;}
public: __property ImGearXMPInteger* get_Fraction();
public: __property void set_Fraction( 
   ImGearXMPInteger* value
);
public:
property ImGearXMPInteger^ Fraction {
   ImGearXMPInteger^ get();
   void set (    ImGearXMPInteger^ value);
}

Property Value

ImGearXMPInteger class value.
Remarks
The value must be positive.
See Also

Reference

ImGearXMPDate Class
ImGearXMPDate Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback