Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class DateTimeConverterUsingDateTimeParse

    Class DateTimeConverterUsingDateTimeParse. Implements the

    Inheritance
    System.Object
    DateTimeConverterUsingDateTimeParse
    Namespace: Radzen
    Assembly: Radzen.Blazor.dll
    Syntax
    public class DateTimeConverterUsingDateTimeParse : JsonConverter<DateTime>

    Methods

    Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

    Reads the specified reader.

    Declaration
    public override DateTime Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
    Parameters
    Type Name Description
    Utf8JsonReader reader

    The reader.

    Type typeToConvert

    The type to convert.

    JsonSerializerOptions options

    The options.

    Returns
    Type Description
    DateTime

    DateTime.

    Write(Utf8JsonWriter, DateTime, JsonSerializerOptions)

    Writes the specified writer.

    Declaration
    public override void Write(Utf8JsonWriter writer, DateTime value, JsonSerializerOptions options)
    Parameters
    Type Name Description
    Utf8JsonWriter writer

    The writer.

    DateTime value

    The value.

    JsonSerializerOptions options

    The options.

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT