次の方法で共有


DirectoryEntry.LastModifiedTime プロパティ

定義

ファイルが最後に変更された瞬間

[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)

プロパティ値

属性
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

適用対象