Types/PSDevOps.IterationPath/get_StartDate.ps1

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