Table of Contents

Class RAiDDate

Namespace
RAiD.Net.Domain
Assembly
RAiD.Net.dll
public class RAiDDate
Inheritance
RAiDDate
Inherited Members

Properties

EndDate

[JsonConverter(typeof(RAiDDateConverter))]
[JsonPropertyName("endDate")]
public DateTime? EndDate { get; init; }

Property Value

DateTime?

StartDate

[JsonConverter(typeof(RAiDDateConverter))]
[JsonPropertyName("startDate")]
public required DateTime StartDate { get; init; }

Property Value

DateTime