TimeSpan.Duration Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A time period expressed in 100-nanosecond units.
Note
In C++/WinRT, this field does not exist, because in that language projection TimeSpan is a specialization of std::chrono::duration. If you need the raw integer value, use duration::count to obtain the raw count.
public: long long Duration;
long Duration;
public long Duration;
Public Duration As Long