Class GetDateTimeKindModel
Inheritance
object
GetDateTimeKindModel
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.ModelBinding
Assembly: Volo.Abp.AspNetCore.Mvc.Tests.dll
Syntax
public class GetDateTimeKindModel
Constructors
GetDateTimeKindModel()
Declaration
public GetDateTimeKindModel()
Properties
InnerModel
Declaration
public GetDateTimeKindModel.GetDateTimeKindInnerModel InnerModel { get; set; }
Property Value
| Type | Description |
|---|---|
| GetDateTimeKindModel.GetDateTimeKindInnerModel |
Time1
Declaration
[DisableDateTimeNormalization]
public DateTime Time1 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime |
Time2
Declaration
public DateTime Time2 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime |
Time3
Declaration
public DateTime? Time3 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime? |