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