次の方法で共有


SocialDashboardItemUpdater.Timestamp プロパティ

定義

更新プログラムのタイムスタンプを取得または設定します。

public:
 property DateTime Timestamp { DateTime get(); void set(DateTime value); };
DateTime Timestamp();

void Timestamp(DateTime value);
/// [get: Windows.Foundation.Metadata.Deprecated("ISocialDashboardItemUpdater is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("ISocialDashboardItemUpdater is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
DateTime Timestamp();

void Timestamp(DateTime value);
public System.DateTimeOffset Timestamp { get; set; }
public System.DateTimeOffset Timestamp { [Windows.Foundation.Metadata.Deprecated("ISocialDashboardItemUpdater is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")] get; [Windows.Foundation.Metadata.Deprecated("ISocialDashboardItemUpdater is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")] set; }
var dateTime = socialDashboardItemUpdater.timestamp;
socialDashboardItemUpdater.timestamp = dateTime;
Public Property Timestamp As DateTimeOffset

プロパティ値

更新プログラムのタイムスタンプ。

属性

適用対象