Specifies whether to skip weekends.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual bool SkipWeekends { get; set; }
Visual Basic (Declaration)
Public Overridable Property SkipWeekends As Boolean
Visual C++
public:
virtual property bool SkipWeekends {
	bool get ();
	void set (bool value);
}

Field Value

A bool which contains the "SkipWeekends" attribute value.

Remarks

By default, SkipWeekends = false.

See Also