Click or drag to resize
Grid Solutions Framework

AlarmDeviceTimeStamp Property

Gets or sets time of the last update.

Namespace: GrafanaAdapters.Model.Database
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
[DefaultValueExpressionAttribute("DateTime.UtcNow")]
[UpdateValueExpressionAttribute("DateTime.UtcNow")]
public DateTime TimeStamp { get; set; }
View Source

Property Value

DateTime
See Also