Closed asthomas closed 9 years ago
What happens if the Duration is Duration.Forever or Duration.Automatic?
Duration.Forever
Duration.Automatic
TimeSpans aren't structs in javascript. You will need to clone the TimeSpan when returning.
Merged after adding test.
What happens if the Duration is
Duration.Forever
orDuration.Automatic
?