Gets or sets a value indicating the amount of time spent enhancing the image.
Syntax
'Declaration
Public Property EnhancementTime As TimeSpan
'Usage
Dim instance As FormTimingResult
Dim value As TimeSpan
instance.EnhancementTime = value
value = instance.EnhancementTime
public TimeSpan EnhancementTime {get; set;}
public: __property TimeSpan get_EnhancementTime();
public: __property void set_EnhancementTime(
TimeSpan value
);
public:
property TimeSpan EnhancementTime {
TimeSpan get();
void set ( TimeSpan value);
}
See Also