Types/PSDevOps.IterationPath/get_EndDate.ps1

if ($this.Attributes.FinishDate) {
    ($this.Attributes.FinishDate -as [DateTime]).ToUniversalTime()
}