Class InputAndOutputDateTimeFormatNewtonsoftTests.DateTimeDto
Inheritance
object
InputAndOutputDateTimeFormatNewtonsoftTests.DateTimeDto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 |
|---|---|
| System.DateTime |
DateTime2
Declaration
public DateTime? DateTime2 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime? |