Class TimeSpanConverter
Represents a time span converter.
Inheritance
System.Object
TimeSpanConverter
Namespace: DisCatSharp.CommandsNext.Converters
Assembly: DisCatSharp.CommandsNext.dll
Syntax
public class TimeSpanConverter : IArgumentConverter<TimeSpan>, IArgumentConverter
Explicit Interface Implementations
| Improve this Doc View SourceIArgumentConverter<TimeSpan>.ConvertAsync(String, CommandContext)
Converts a string.
Declaration
Task<Optional<TimeSpan>> IArgumentConverter<TimeSpan>.ConvertAsync(string value, CommandContext ctx)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The string to convert. |
CommandContext | ctx | The command context. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<Optional<System.TimeSpan>> |