Click or drag to resize
TransformDateIsWeekday Method
Indicates whether the specified date is a weekday.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual bool IsWeekday(
	DateTime dateTime
)

Parameters

dateTime
Type: SystemDateTime
A DateTime indicating the day to be confirmed a day other than Saturday or Sunday.

Return Value

Type: Boolean
A bool indicating whether this is neither Saturday nor Sunday.
Remarks
Returns false if the specified day is a Saturday or Sunday.
See Also