StringToDateTimeOffsetConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts strings to and from DateTimeOffset values.
public class StringToDateTimeOffsetConverter : Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal.StringDateTimeOffsetConverter<string,DateTimeOffset>
type StringToDateTimeOffsetConverter = class
inherit StringDateTimeOffsetConverter<string, DateTimeOffset>
Public Class StringToDateTimeOffsetConverter
Inherits StringDateTimeOffsetConverter(Of String, DateTimeOffset)
- Inheritance
-
Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal.StringDateTimeOffsetConverter<String,DateTimeOffset>StringToDateTimeOffsetConverter
Remarks
See EF Core value converters for more information and examples.
Constructors
StringToDateTimeOffsetConverter() |
Creates a new instance of this converter. |
StringToDateTimeOffsetConverter(ConverterMappingHints) |
Creates a new instance of this converter. |
Properties
DefaultInfo |
A ValueConverterInfo for the default use of this converter. |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework