Property | Type | Description | |
---|---|---|---|
FRI_SAT | |||
SAT_SUN | |||
THU_FRI |
Method | Description | |
---|---|---|
ForName ( string name ) : |
Attempts to find a Weekend instance in the extent with the given reference name.
|
|
IsWeekend ( Date date ) : bool |
Determines if the given Date falls on a weekend.
|
Method | Description | |
---|---|---|
Weekend ( string name ) : System |
Constructs a Weekend instance with the given name and adds it to the extent set.
|
Method | Description | |
---|---|---|
IsFriOrSat ( Date date ) : bool |
Tests is a Date falls on a Friday or a Saturday.
|
|
IsSatOrSun ( Date date ) : bool |
Tests is a Date falls on a Saturday or a Sunday.
|
|
IsThuOrFri ( Date date ) : bool |
Tests is a Date falls on a Thursday or a Friday.
|
public static ForName ( string name ) : |
||
name | string | The reference name for the required instance. |
return |
public abstract IsWeekend ( Date date ) : bool | ||
date | Date | The |
return | bool |
protected Weekend ( string name ) : System | ||
name | string | The name used to reference this instance. |
return | System |