Add Milliseconds Parameter to New-TimeSpan#17621
Add Milliseconds Parameter to New-TimeSpan#17621
Conversation
|
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
|
@PaulHigin It looks like the only failed test asking me to do something that would make the comment for this property inconsistent with the rest of the comments on the other properties. Let me know if you want me to change them all or if we can ignore this check. |
|
@NoMoreFood CodeFactor Ci is not mandatory. I am ok to keep consistency with over doc comments. |
|
@NoMoreFood Please create new issue in Docs repository and add reference in OP. |
|
@NoMoreFood Thanks for your contribution! |
|
🎉 Handy links: |
PR Summary
This PR adds a parameter to the New-TimeSpan cmdlet and updates the tests associated with the cmdlet to accomadate testing the new parameter.
PR Context
The ability to set millisecond precision in a timespan structure could be beneficial where consumers of a timespan structure have millisecond resolution. This was requested under issue #16486.
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright headerWIP:or[ WIP ]to the beginning of the title (theWIPbot will keep its status check atPendingwhile the prefix is present) and remove the prefix when the PR is ready.(which runs in a different PS Host).