Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

ITableEntity.Timestamp Property (Microsoft.WindowsAzure.Storage.Table)

Gets or sets the entity's timestamp.

Namespace:   Microsoft.WindowsAzure.Storage.Table
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
DateTimeOffset Timestamp { get; set; }
 
property DateTimeOffset Timestamp {
	DateTimeOffset get();
	void set(DateTimeOffset value);
}
 
abstract Timestamp : DateTimeOffset with get, set
 
Property Timestamp As DateTimeOffset

Property Value

Type: System.DateTimeOffsetSystem::DateTimeOffsetSystem.DateTimeOffsetSystem.DateTimeOffset

The entity's timestamp. The property is populated by the Windows Azure Table Service.

Return to top