메소드 | 설명 | |
---|---|---|
Schedule ( System.Action action, System.DateTime dateTime ) : void |
Schedules the specified action in an absolute DateTime.
|
|
Schedule ( System.Action action, System.TimeSpan timeSpan ) : void |
Schedules the specified action in a relative TimeSpan.
|
public Schedule ( System.Action action, System.DateTime dateTime ) : void | ||
action | System.Action | The action. |
dateTime | System.DateTime | The date time. |
리턴 | void |
public Schedule ( System.Action action, System.TimeSpan timeSpan ) : void | ||
action | System.Action | The action. |
timeSpan | System.TimeSpan | The time span. |
리턴 | void |