Share via


DirectoryEntry.LastModifiedTime Property

Definition

Instant when the file was last modified

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.DataLake.Store.Serialization.ServerDateTimeConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="modificationTime")]
public DateTime? LastModifiedTime { get; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.DataLake.Store.Serialization.ServerDateTimeConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="modificationTime")>]
member this.LastModifiedTime : Nullable<DateTime>
Public ReadOnly Property LastModifiedTime As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to