Save historian to text file

Namespace: T.Modules.Historian
Assembly: T.Modules (in T.Modules.dll)

Public Function SaveToTextFile( _ 
ByVal start As String, _ 
ByVal end As String
) As Boolean
This language is not supported or no code example is available.
public bool SaveToTextFile( 
string start
string end 
)
This language is not supported or no code example is available.

Parameters

start
Type: string

Star date time

end
Type: string

End date time

Return Value

Type: bool

Flag indicating success (true) or fail (false)

.NET Framework

Supported in: 4.6.2, 4.7