ConvertFrom-KFISODateTime

Syntax

ConvertFrom-KFISODateTime 
  [-Dt] <string> 
  [-ThrowErrors[:$true]]

Support

>= kenaflow 1.0.0

Return

SystemDateTime object.

Description

The command converts a SharePoint-style representation of dates and times into a PowerShell date object.

Parameters

[-Dt] <string>

Datetime value as string.

[-ThrowErrors[:$true]]

This is a default parameter for all kenaflow cmdlets. If set to $true (default!) the engine will pass exception within the cmdlet to the script for further handling.

Example

Cls; Import-Module "c:\Program Files\kenaflow\kenaflow.runtime.dll"

Start-KFSharePointModule -SharePointVersion sp2013

ConvertFrom-KFISODateTime "2017-09-13T13:18:14Z"