|
ObservationRecordCreateTime Property
|
Gets the creation time of the observation record.
Namespace: GSF.PQDIF.LogicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.248-beta
Syntaxpublic DateTime CreateTime { get; set; }
Public Property CreateTime As DateTime
Get
Set
public:
property DateTime CreateTime {
DateTime get ();
void set (DateTime value);
}
member CreateTime : DateTime with get, set
function get_CreateTime();
function set_CreateTime(value);
View SourceProperty Value
DateTime
See Also