Class GetDateTimeKindModel
Inheritance
GetDateTimeKindModel
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
Time1
Declaration
[DisableDateTimeNormalization]
public DateTime Time1 { get; set; }
Property Value
Time2
Declaration
public DateTime Time2 { get; set; }
Property Value
Time3
Declaration
public DateTime? Time3 { get; set; }
Property Value
Extension Methods