Share via


StringToTimeOnlyConverter Class

Definition

Converts strings to and from TimeOnly values.

[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })]
public class StringToTimeOnlyConverter : Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal.StringTimeOnlyConverter<string,TimeOnly>
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })>]
type StringToTimeOnlyConverter = class
    inherit StringTimeOnlyConverter<string, TimeOnly>
Public Class StringToTimeOnlyConverter
Inherits StringTimeOnlyConverter(Of String, TimeOnly)
Inheritance
Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal.StringTimeOnlyConverter<String,TimeOnly>
StringToTimeOnlyConverter
Attributes

Remarks

See EF Core value converters for more information and examples.

Constructors

Name Description
StringToTimeOnlyConverter()

Creates a new instance of this converter.

StringToTimeOnlyConverter(ConverterMappingHints)

Creates a new instance of this converter.

Properties

Name Description
DefaultInfo

A ValueConverterInfo for the default use of this converter.

Applies to