Class DateTimeOffsetTypeReader<TContext>
- Namespace
 - NetCord.Services.Commands.TypeReaders
 
- Assembly
 - NetCord.Services.dll
 
public class DateTimeOffsetTypeReader<TContext> : CommandTypeParser<TContext> where TContext : ICommandContext
  Type Parameters
TContext
- Inheritance
 - 
      
      CommandTypeReader<TContext>CommandTypeParser<TContext>DateTimeOffsetTypeReader<TContext>
 
- Inherited Members
 
Constructors
DateTimeOffsetTypeReader()
public DateTimeOffsetTypeReader()
  Methods
ParseAsync(ReadOnlyMemory<char>, TContext, CommandParameter<TContext>, CommandServiceConfiguration<TContext>, IServiceProvider?)
public override ValueTask<CommandTypeParserResult> ParseAsync(ReadOnlyMemory<char> input, TContext context, CommandParameter<TContext> parameter, CommandServiceConfiguration<TContext> configuration, IServiceProvider? serviceProvider)
  Parameters
inputReadOnlyMemory<char>contextTContextparameterCommandParameter<TContext>configurationCommandServiceConfiguration<TContext>serviceProviderIServiceProvider