TransformDateIsWeekday Method |
Indicates whether the specified date is a weekday.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual bool IsWeekday(
DateTime dateTime
)
Public Overridable Function IsWeekday (
dateTime As DateTime
) As Boolean
public:
virtual bool IsWeekday(
DateTime dateTime
)
abstract IsWeekday :
dateTime : DateTime -> bool
override IsWeekday :
dateTime : DateTime -> bool
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