|
ScalarElementGetTimestamp Method
|
Gets the value of this scalar as DateTime.
Namespace: GSF.PQDIF.PhysicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.248-beta
Syntaxpublic DateTime GetTimestamp()
Public Function GetTimestamp As DateTime
public:
DateTime GetTimestamp()
member GetTimestamp : unit -> DateTime
View SourceReturn Value
DateTimeThe value of this scalar as a
DateTime.
See Also