In This Topic
Specifies a window of time (in seconds) within the job should start.
Syntax
'Declaration
Public Property StartWithin As Integer
public int StartWithin {get; set;}
public:
property int StartWithin {
int get();
void set ( int value);
}
See Also