数简介:

扣除时间

函数原型:

int DeductHour(int hour)

参数定义:

hour   整数型  需要扣除的时间 (单位:小时)

注:不能传小数(比如:0.5)

返回值:

整数型 成功返回0 ;失败返回非0