 | TriggerBuilderEnding Method (Int32, Int32, Int32, Int32, Int32, Int32) |
Specifies a date and time on which a trigger will no longer run.
Namespace:
Microsoft.Win32.TaskScheduler.Fluent
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic TriggerBuilder Ending(
int year,
int month,
int day,
int hour,
int min,
int sec
)
Public Function Ending (
year As Integer,
month As Integer,
day As Integer,
hour As Integer,
min As Integer,
sec As Integer
) As TriggerBuilder
public:
TriggerBuilder^ Ending(
int year,
int month,
int day,
int hour,
int min,
int sec
)
Request Example
View SourceParameters
- year
- Type: SystemInt32
The year. - month
- Type: SystemInt32
The month. - day
- Type: SystemInt32
The day. - hour
- Type: SystemInt32
The hour. - min
- Type: SystemInt32
The min. - sec
- Type: SystemInt32
The sec.
Return Value
Type:
TriggerBuilderTriggerBuilder instance.
See Also