ClientContext.SetDisplayValueToHistorian Method

Sets property DisplayValue of tags with values in a specified date time
<ID("SetDisplayValueToHistorian", (int)e.SetDisplayValueToHistorian)> _ 
<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)> _ 
Public Function SetDisplayValueToHistorian( _ 
ByVal datetime As Date
) As Boolean
This language is not supported or no code example is available.
[ID("SetDisplayValueToHistorian", (int)e.SetDisplayValueToHistorian)] 
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] 
public bool SetDisplayValueToHistorian( 
DateTime datetime 
)
This language is not supported or no code example is available.

Parameters

datetime
DateTime

Date time

Return Value

bool

Flag indicating success (true) or fail (false)

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition