PowerTip: Find Syntax for PowerShell Method

Doctor Scripto

Summary: Use Windows PowerShell to find the syntax for a method.

Hey, Scripting Guy! Question I am trying to figure out how to use a .NET Framework method, but it is not working.
           How can I get a better idea of what to do?

Hey, Scripting Guy! Answer Call the method with no parenthesis or parameters, for example:

[DateTime]::DaysInMonth

0 comments

Discussion is closed.

Feedback usabilla icon