mirror of https://github.com/SixLabors/ImageSharp
Browse Source
`Milliseconds` is the milli seconds component of the TimeSpan, `TotalMilliseconds` is the entire TimeSpan expressed as milliseconds. Example, Timespan of 3.5 seconds: * `Milliseconds`: 500 * `TotalMilliseconds`: 3500pull/2624/head
committed by
GitHub
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue