|   | VectorElementGetTimestamp Method | 
        
        
            Gets a value in this vector as a DateTime.
            
        
        Namespace: GSF.PQDIF.PhysicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.257-beta
 Syntax
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);
Parameters
- index  Int32
- The index of the value.
Return Value
DateTimeThe value as a 
DateTime.
 See Also
See Also