5.0
In PowerShell 5.0+ you can list available constructors by calling the static new-method without parentheses.
PS> [DateTime]::new
OverloadDefinitions
-------------------
datetime new(long ticks)
datetime new(long ticks, System.DateTimeKind kind)
datetime new(int year, int month, int d...