Gets or sets whether dates and times in the TwxChartComponent are displayed in the UTC format.

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

Syntax

C#
public bool UseUtcTime { get; set; }
Visual Basic
Public Property UseUtcTime As Boolean
	Get
	Set
JScript
function get UseUtcTime () : boolean
function set UseUtcTime (value : boolean)

Remarks

By default (false) local dates and times will be displayed.

See Also