1
0
mirror of https://github.com/jaapbrasser/SharedScripts.git synced 2025-12-24 21:51:38 +02:00

Updated to comment based help

This commit is contained in:
Jaap Brasser
2019-07-08 23:12:35 +02:00
committed by GitHub
parent 185d05dc68
commit af281ece41

View File

@@ -1,6 +1,9 @@
#region Functions
# Function to convert the query provided in -ExcludeDate to a format that can be parsed by the ConvertTo-DateObject function
function ConvertFrom-DateQuery {
<#
.SYNOPSIS
Function to convert the query provided in -ExcludeDate to a format that can be parsed by the ConvertTo-DateObject function
#>
param (
[Parameter(Mandatory=$true,
ValueFromPipeline
@@ -494,4 +497,4 @@ Will list 10 dates, starting at the 5th of May 2010 continuing up until the 14th
'LimitYear,2008'
Will place the limit of LimitYear to 2008, the default value of this parameter is 2010.
#>
#>