Scale the TimeSpan by the specified amount. This should not be
used to convert to a different unit. Use the unit accessors
instead. This should only be used as a scaling mechanism. For
example, if you have a timeout and you want to sleep for twice the
timeout, you would use timeout * 2.
Scale the TimeSpan by the specified amount. This should not be used to convert to a different unit. Use the unit accessors instead. This should only be used as a scaling mechanism. For example, if you have a timeout and you want to sleep for twice the timeout, you would use timeout * 2.