CopyMoveResultDuration Property |
Indicates the duration of the Copy or Move action.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public TimeSpan Duration { get; }
Public ReadOnly Property Duration As TimeSpan
Get
public:
property TimeSpan Duration {
TimeSpan get ();
}
member Duration : TimeSpan with get
Property Value
Type:
TimeSpanSee Also