Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets or sets a DateTimeOffset value for a condition specifying a time since which a resource has not been modified.

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

Syntax

 
public Nullable<DateTimeOffset> IfNotModifiedSinceTime { get; set; }
 
public:
property Nullable<DateTimeOffset> IfNotModifiedSinceTime {
	Nullable<DateTimeOffset> get();
	void set(Nullable<DateTimeOffset> value);
}
 
member IfNotModifiedSinceTime : Nullable<DateTimeOffset> with get, set
 
Public Property IfNotModifiedSinceTime As Nullable(Of DateTimeOffset)

Property Value

Type: System.Nullable<DateTimeOffset>System::Nullable<DateTimeOffset>System.Nullable<DateTimeOffset>System.Nullable(Of DateTimeOffset)

A DateTimeOffset value specified in UTC, or null if no condition exists.

Return to top