scripts.lib.one_day_msOn this page.one_day_msThe number of milliseconds equal to 24 hours. Syntax #fs.scripts.lib().one_day_ms; Value This property is the literal number: 86400000 Example function(context, args) { const l = #fs.scripts.lib(); return l.one_day_ms;}