Gets the ending DateTime of the current trend period.

Namespace: Ico.Twx
Assembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public DateTime TrendPeriodEnd { get; }
Visual Basic
Public ReadOnly Property TrendPeriodEnd As DateTime
	Get
JScript
final function get TrendPeriodEnd () : DateTime

Implements

IChartTrendPeriodEnd()()()()

See Also