Summary: Learn how to easily find class constructors.
How can I use Windows PowerShell 5.0 to find the constructor overloads for a new class I want to create?
Place the class in square brackets, and call the static New method with no parentheses, for example:
[datetime]::new