次の方法で共有


InkPoint.Timestamp プロパティ

定義

InkStroke の最初の InkPoint のタイムスタンプを取得します。InkStroke 全体が貼り付けられるか読み込まれている場合は、タイムスタンプを取得します。

public:
 property unsigned long long Timestamp { unsigned long long get(); };
uint64_t Timestamp();
public ulong Timestamp { get; }
var uInt64 = inkPoint.timestamp;
Public ReadOnly Property Timestamp As ULong

プロパティ値

UInt64

unsigned long long

uint64_t

システムの起動時間を基準とした時間 (マイクロ秒単位)。

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)

適用対象

こちらもご覧ください