ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.MediaManagement Namespace / ImGearXMPResourceEvent Class / When Property




In This Topic
    When Property
    In This Topic
    Gets or sets optional timestamp of when the action occurred.
    Syntax
    'Declaration
     
    Public Property When As ImGearXMPDate
    'Usage
     
    Dim instance As ImGearXMPResourceEvent
    Dim value As ImGearXMPDate
     
    instance.When = value
     
    value = instance.When
    public ImGearXMPDate When {get; set;}
    public: __property ImGearXMPDate* get_When();
    public: __property void set_When( 
       ImGearXMPDate* value
    );
    public:
    property ImGearXMPDate^ When {
       ImGearXMPDate^ get();
       void set (    ImGearXMPDate^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPDate class value.
    See Also