SPUsageEntry.TimestampUtc property
取得或設定此項目的出現 UTC 時間戳記。
此成員是保留給內部使用,而不是用來直接從您的程式碼使用
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overridable Property TimestampUtc As DateTime
Get
Set
'用途
Dim instance As SPUsageEntry
Dim value As DateTime
value = instance.TimestampUtc
instance.TimestampUtc = value
public virtual DateTime TimestampUtc { get; set; }
Property value
Type: System.DateTime
會傳回用來識別此項目 UTC 時間DateTime 。