_propDict)) { if (is_a($this->_propDict["insightCreatedDateTime"], "\DateTime") || is_null($this->_propDict["insightCreatedDateTime"])) { return $this->_propDict["insightCreatedDateTime"]; } else { $this->_propDict["insightCreatedDateTime"] = new \DateTime($this->_propDict["insightCreatedDateTime"]); return $this->_propDict["insightCreatedDateTime"]; } } return null; } /** * Sets the insightCreatedDateTime * Indicates when the insight was created. * * @param \DateTime $val The insightCreatedDateTime * * @return GovernanceInsight */ public function setInsightCreatedDateTime($val) { $this->_propDict["insightCreatedDateTime"] = $val; return $this; } }