Share via


FileProperties.LastModified Property

Definition

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

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

Property Value

The file's last-modified time, in UTC format.

Applies to