Add statistics about missing employees on riders tab
Syntax
'Declaration
Public Sub AddMissingEmployeeRiders( _
ByVal As String, _
ByVal As String _
)
'Usage
Dim instance As CensusStatistics
Dim ssn As String
Dim riderCode As String
instance.AddMissingEmployeeRiders(ssn, riderCode)
public void AddMissingEmployeeRiders(
string ,
string
)
public procedure AddMissingEmployeeRiders(
: String;
: String
);
public function AddMissingEmployeeRiders(
: String,
: String
);
public: void AddMissingEmployeeRiders(
string* ,
string*
)
public:
void AddMissingEmployeeRiders(
String^ ,
String^
)
Parameters
- ssn
- Employee ssn
- riderCode
- rider code
See Also