ClipboardHistoryItem.Timestamp 屬性

定義

取得目前專案加入剪貼簿記錄的日期和時間。

public:
 property DateTime Timestamp { DateTime get(); };
DateTime Timestamp();
public System.DateTimeOffset Timestamp { get; }
var dateTime = clipboardHistoryItem.timestamp;
Public ReadOnly Property Timestamp As DateTimeOffset

屬性值

目前專案新增至剪貼簿記錄的日期和時間。

適用於