KeyTimeHelper
KeyTimeHelper
KeyTimeHelper
KeyTimeHelper
Class
Definition
public : sealed class KeyTimeHelper : IKeyTimeHelperpublic sealed class KeyTimeHelper : IKeyTimeHelperPublic NotInheritable Class KeyTimeHelper Implements IKeyTimeHelper// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Methods
FromTimeSpan(TimeSpan) FromTimeSpan(TimeSpan) FromTimeSpan(TimeSpan) FromTimeSpan(TimeSpan)
Generates a new KeyTime with initial data based on the specified TimeSpan. C# and Microsoft Visual Basic code should use FromTimeSpan instead.
public : static KeyTime FromTimeSpan(TimeSpan timeSpan)public static KeyTime FromTimeSpan(TimeSpan timeSpan)Public Static Function FromTimeSpan(timeSpan As TimeSpan) As KeyTime// This API is not available in Javascript.
Parameters
Returns