< Back

ConvertTo-KBFDateTime

Thu Jan 16, 2020 9:56 am

NAME ConvertTo-KBFDateTime



SYNOPSIS

Converts a datetime to the date format of the Kanbanflow API





SYNTAX

ConvertTo-KBFDateTime [-DateTime] <DateTime> [<CommonParameters>]





DESCRIPTION

Converts a Datetime into the representation that kanbanflow understands, e.g.

2013-12-31T09:00:00Z





PARAMETERS

-DateTime <DateTime>



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS