|
Timestamp Constructor
|
Creates a new instance of the
Timestamp from an existing line image.
Namespace: GSF.COMTRADEAssembly: GSF.COMTRADE (in GSF.COMTRADE.dll) Version: 2.4.205-beta
Syntax public Timestamp(
string lineImage
)
Public Sub New (
lineImage As String
)
public:
Timestamp(
String^ lineImage
)
new :
lineImage : string -> Timestamp
GSF.COMTRADE.Timestamp = function(lineImage);
View SourceParameters
- lineImage String
- Line image to parse.
See Also