Click or drag to resize
weroSoft AG, Software
ScheduleDialogEdit Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Show a dialog to create or modify the input schedule object.

Namespace:  WeroSoft.Triton.Desktop.Dialogs.Schedule
Assembly:  WeroSoft.Triton.Desktop.Library (in WeroSoft.Triton.Desktop.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public static Schedule Edit(
	Schedule schedule,
	Window owner = null
)

Parameters

schedule
Type: WeroSoft.ComponentModel.SchedulingSchedule
The current schedule structure.
owner (Optional)
Type: System.WindowsWindow
The owner of the schedule dialog, if any.

Return Value

Type: Schedule
The modified schedule object if the changes are saved, the original object if the changes are canceled.
See Also