HcmEmploymentCube::EmployeeServiceLength5to10 Method
Returns an expression that determines whether the length of service is greather than or equal to 5, and less than or equal to 10.
Syntax
server public static str EmployeeServiceLength5to10()
Run On
Server
Return Value
Type: str
An expression: 1 if the length of service is greater than or equal to 5, and less than or equal to 10; otherwise, 0 (zero).