LibraryRequirements.Time Property

Definition

Gets the last update time of the library requirements file.

[Newtonsoft.Json.JsonProperty(PropertyName="time")]
public DateTime? Time { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="time")>]
member this.Time : Nullable<DateTime>
Public ReadOnly Property Time As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to