Share via


TopologyResource.CalculatedDateTime Property

Definition

Gets the UTC time on which the topology was calculated

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to