JsonMetadataServices.DateOnlyConverter Property
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.
Returns a JsonConverter<T> instance that converts DateOnly values.
public:
static property System::Text::Json::Serialization::JsonConverter<DateOnly> ^ DateOnlyConverter { System::Text::Json::Serialization::JsonConverter<DateOnly> ^ get(); };
public static System.Text.Json.Serialization.JsonConverter<DateOnly> DateOnlyConverter { get; }
static member DateOnlyConverter : System.Text.Json.Serialization.JsonConverter<DateOnly>
Public Shared ReadOnly Property DateOnlyConverter As JsonConverter(Of DateOnly)
Property Value
Remarks
This API is for use by the output of the System.Text.Json source generator and should not be called directly.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.