mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-19 08:52:05 +02:00
Update manuals
This commit is contained in:
@@ -31,26 +31,30 @@ write-calendar.ps1 [[-Month] <Int32>] [[-Year] <Int32>] [<CommonParameters>]
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS>./write-calendar
|
||||
PS> ./write-calendar
|
||||
Outputs the current month.
|
||||
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS>./write-calendar 2013
|
||||
PS> ./write-calendar 2013
|
||||
Outputs the calendar for 2013.
|
||||
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS>./write-calendar 04 2011
|
||||
PS> ./write-calendar 04 2011
|
||||
Outputs the calendar for April, 2011.
|
||||
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS>./write-calendar 7
|
||||
PS> ./write-calendar 7
|
||||
Outputs the calendar for July of this year.
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
|
Reference in New Issue
Block a user