Softeq / dotnet-guidelines

A set of coding guidelines for C#, design principles, and layout rules.
Other
13 stars 1 forks source link

Feature/xamarin fix issues #16

Closed ElGlushchenko closed 3 years ago

ElGlushchenko commented 3 years ago

Fix convertion in SDCS-1309 example. Add context note to SDCS-1209 example.

ElGlushchenko commented 3 years ago

@wcoder It's about quantity, not duration. 1 second = 1000 milliseconds, so if we convert time from seconds to milliseconds we'll got bigger number. WaitMilliseconds(waitTimeInSeconds * 1000)