Table of Contents

Method IArgumentConverter<DateTimeOffset>.ConvertAsync

Namespace
DisCatSharp.CommandsNext.Converters
Assembly
DisCatSharp.CommandsNext.dll

IArgumentConverter<DateTimeOffset>.ConvertAsync(string, CommandContext)

Converts a string.

Task<Optional<DateTimeOffset>> IArgumentConverter<DateTimeOffset>.ConvertAsync(string value, CommandContext ctx)

Parameters

value string

The string to convert.

ctx CommandContext

The command context.

Returns

Task<Optional<DateTimeOffset>>