Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ public override bool CanConvertTo(ITypeDescriptorContext? context, [NotNullWhen(
}

/// <summary>
/// Converts the given value object to a <see cref='System.DateOnly'/>
/// object using the arguments.
/// Converts the given value object from a <see cref='System.DateOnly'/> object using the arguments.
/// </summary>
public override object? ConvertTo(ITypeDescriptorContext? context, CultureInfo? culture, object? value, Type destinationType)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ public override bool CanConvertTo(ITypeDescriptorContext? context, [NotNullWhen(
}

/// <summary>
/// Converts the given value object to a <see cref='System.TimeOnly'/>
/// object using the arguments.
/// Converts the given value object from a <see cref='System.TimeOnly'/> object using the arguments.
/// </summary>
public override object? ConvertTo(ITypeDescriptorContext? context, CultureInfo? culture, object? value, Type destinationType)
{
Expand Down