BlobProperties.LastModified Property (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
BlobProperties.LastModified Property
BlobProperties::LastModified Property
BlobProperties.LastModified Property
BlobProperties.LastModified Property
Gets the the last-modified time for the blob, expressed as a UTC value.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property Nullable<DateTimeOffset> LastModified {
Nullable<DateTimeOffset> get();
internal: void set(Nullable<DateTimeOffset> value);
}
Property Value
Type:
System.Nullable<DateTimeOffset>System::Nullable<DateTimeOffset>System.Nullable<DateTimeOffset>System.Nullable(Of DateTimeOffset)A DateTimeOffset containing the blob's last-modified time, in UTC format.
Return to top
Gets the the last-modified time for the blob, expressed as a UTC value.
Syntax
C++
public: property Nullable<DateTimeOffset> LastModified { Nullable<DateTimeOffset> get(); internal: void set(Nullable<DateTimeOffset> value); }
Property Value
Type: System.Nullable<DateTimeOffset>System::Nullable<DateTimeOffset>System.Nullable<DateTimeOffset>System.Nullable(Of DateTimeOffset)A DateTimeOffset containing the blob's last-modified time, in UTC format.