ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPDate Class / Fraction Property




In This Topic
    Fraction Property
    In This Topic
    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