次の方法で共有


KeyTimeHelper クラス

定義

KeyTime 値を操作するためのユーティリティ メソッドを提供します。 C# と Microsoft Visual Basic コードでは、代わりに KeyTime のメンバーを使用する必要があります。

public ref class KeyTimeHelper sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class KeyTimeHelper final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class KeyTimeHelper
Public NotInheritable Class KeyTimeHelper
継承
Object Platform::Object IInspectable KeyTimeHelper
属性

メソッド

FromTimeSpan(TimeSpan)

指定した TimeSpan に基づいて、初期データを含む新しい KeyTime を生成します。 C# と Microsoft Visual Basic のコードでは、代わりに FromTimeSpan を使用する必要があります。

適用対象