Gets or sets a value indicating whether the TimeSpan should support day.

Namespace: Ico.WPF.Specialized.DataGridControl.Controls
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

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

Field Value

true if the TimeSpan should support days; otherwise, false.

See Also