







Skips the specified amount of time in a prompt.
Namespace:
Microsoft.Speech.Synthesis
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub Skip ( _ timeToSkip As TimeSpan _ ) |
| Visual Basic (Usage) |
|---|
Dim instance As SpeechSynthesizer Dim timeToSkip As TimeSpan instance.Skip(timeToSkip) |
| C# |
|---|
public void Skip( TimeSpan timeToSkip ) |
Parameters
- timeToSkip
- Type: System..::..TimeSpan
The amount of time to skip.
