2027 Method
Changes 0
M

ViewSchedule.IsDataOutOfDate

Description:
Indicates whether the schedule data is out of date.
Remarks:
To improve performance, the ViewSchedule may contain TableSections that are only updated on demand. For example, the body section of a schedule is not updated when the ViewSchedule is closed. In this case, you need to call RefreshData to avoid getting the stale data.
public bool IsDataOutOfDate()
Boolean True if the schedule data is out of date, false otherwise.