|
VectorElementGetTimestamp Method
|
Gets a value in this vector as a DateTime.
Namespace: GSF.PQDIF.PhysicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.248-beta
Syntaxpublic DateTime GetTimestamp(
int index
)
Public Function GetTimestamp (
index As Integer
) As DateTime
public:
DateTime GetTimestamp(
int index
)
member GetTimestamp :
index : int -> DateTime
function GetTimestamp(index);
View SourceParameters
- index Int32
- The index of the value.
Return Value
DateTimeThe value as a
DateTime.
See Also