Checks if holiday date alreay exists for a schedule
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public bool isHoliday(
string sScheduleID,
DateTime sDate
)
Public Function isHoliday ( _
sScheduleID As String, _
sDate As DateTime _
) As Boolean
public:
bool^ isHoliday(
String^ sScheduleID,
DateTime^ sDate
)
Parameters
- sScheduleID
- Type: String
The s schedule identifier.
- sDate
- Type: DateTime
The s date.
Return Value
true if the specified s schedule identifier is holiday; otherwise,
false.