ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.DynamicMedia Namespace / ImGearXMPTime Class
Members




In This Topic
    ImGearXMPTime Class
    In This Topic
    Represents an XMP Time structure.
    Object Model
    ImGearXMPTime ClassImGearXMPRational ClassImGearXMPInteger Class
    Syntax
    'Declaration
     
    Public Class ImGearXMPTime 
       Inherits ImageGear.Formats.XMP.ImGearXMPStructure
    'Usage
     
    Dim instance As ImGearXMPTime
    public class ImGearXMPTime : ImageGear.Formats.XMP.ImGearXMPStructure 
    public __gc class ImGearXMPTime : public ImageGear.Formats.XMP.ImGearXMPStructure 
    public ref class ImGearXMPTime : public ImageGear.Formats.XMP.ImGearXMPStructure 
    Remarks
    This class provides a representation of a time value in seconds.
    Inheritance Hierarchy

    System.Object
       ImageGear.Formats.XMP.ImGearXMPValue
          ImageGear.Formats.XMP.ImGearXMPStructure
             ImageGear.Formats.XMP.DynamicMedia.ImGearXMPTime

    See Also