BlobProperties.LastModified Property

Definition

Gets the the last-modified time for the blob, expressed as a UTC value.

public DateTimeOffset? LastModified { get; }
member this.LastModified : Nullable<DateTimeOffset>
Public ReadOnly Property LastModified As Nullable(Of DateTimeOffset)

Property Value

A DateTimeOffset containing the blob's last-modified time, in UTC format.

Applies to