var value; // Type: any value = ShopTTL(timeToLive, countDownTime);
function ShopTTL( timeToLive : any, countDownTime : any ) : any;
Parameters
- timeToLive
- The time to live, in seconds.
- countDownTime
- The count down time, in seconds.
Return Value
.
var value; // Type: any value = ShopTTL(timeToLive, countDownTime);
function ShopTTL( timeToLive : any, countDownTime : any ) : any;