'Declaration
<System.ServiceModel.OperationContractAttribute()> <System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=False)> Function Workday( _ ByVal checkDate As System.Date _ ) As System.Threading.Tasks.Task(Of Boolean)
'Usage
Dim instance As IDateWCF Dim checkDate As System.Date Dim value As System.Threading.Tasks.Task(Of Boolean) value = instance.Workday(checkDate)
[System.ServiceModel.OperationContract()] [System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=false)] System.Threading.Tasks.Task<bool> Workday( System.DateTime checkDate )
Parameters
- checkDate
- The date that should be checked.
Return Value
True is the date is a workday.