Class InputAndOutputDateTimeFormatNewtonsoftTests.DateTimeDto
Inherited Members
Namespace: Volo.Abp.Json
Assembly: Volo.Abp.Json.Tests.dll
Syntax
public class InputAndOutputDateTimeFormatNewtonsoftTests.DateTimeDto
Constructors
DateTimeDto()
Declaration
public DateTimeDto()
Properties
DateTime1
Declaration
public DateTime DateTime1 { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
DateTime2
Declaration
public DateTime? DateTime2 { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |