I've attempted using this calculation, it returns a date value when tested in the Calculation builder. however nothing is displayed when I add the calculation to the Schedule Change window.
import System
static def GetAttributeValue(_ScheduleChange):
Value = _ScheduleChange._Change._ScheduledDate
return Value