The IScheduledTaskPeriodOneTimeOnly interface contains properties and methods that determine parameters of one-time task calculation.
| Property name | Brief description | |
| StartDateTime | The StartDateTime property determines the time of the task calculation start. | |
| StartMode | The StartMode property determines when the one-time task launch is performed. |
| Property name | Brief description | |
| Options | The property is outdated. | |
| Second | The property is outdated. | |
| StopDateTime | The StopDateTime property determines the date when the period, in which the calculation of the task is performed, is over. | |
| Type | The Type property returns the mode of period assignment. |
| Method name | Brief description | |
| Assign | The Assign method sets parameters of task calculation period in accordance with parameters of the specified period. | |
| Next | The Next method calculates the next date and time of task launching relative to the specified date using the period parameters. |
See also: