TimeSpan
TimeSpan
TimeSpan
TimeSpan
Struct
Definition
Represents a time interval as a signed 64-bit integer value.
.NET When programming with .NET, this structure is hidden and developers should use the System.TimeSpan type.
public : struct TimeSpanpublic struct TimeSpanPublic Structure TimeSpan// You can use this struct in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.FoundationContract (introduced v1)
|
Remarks
When programming with .NET, this structure is hidden and developers should use the System.TimeSpan structure.
In JavaScript, this structure is accessed as a value, not as an object. For example, use var a = 10000, not var a = { duration: 10000 }.
Note
In JavaScript, TimeSpan values interpreted as Number are treated as the number of millisecond intervals, not the number of 100-nanosecond intervals. Therefore, Windows.Foundation.TimeSpan values can lose precision when being ported between languages.