FileStatusProperties.ModificationTime Property

Definition

Gets the modification time as ticks since the epoch.

[Newtonsoft.Json.JsonProperty(PropertyName="modificationTime")]
public long? ModificationTime { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="modificationTime")>]
member this.ModificationTime : Nullable<int64>
Public ReadOnly Property ModificationTime As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to