Returns a TimeSpan that represents a specified number of days.
Namespace: MindFusion.Scheduling
Assembly: TimeSpan.js
SyntaxJavaScript
Copy Code
|
|---|
function fromDays (days) |
Number. The number of days.
TimeSpan. The resulting time span.
See Also