ColumnDefaultValueAttribute(Int32, Int32, Int32, Int32, Int32, Int32, Int32) Constructor
In This Article
Initializes a new instance of the ColumnDefaultValueAttribute class.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
date |
Int32 | An integer specifying the year part of the date-time value. |
date |
Int32 | An integer specifying the month part of the date-time value. |
date |
Int32 | An integer specifying the day part of the date-time value. |
date |
Int32 | An integer specifying the hour part of the date-time value. |
date |
Int32 | An integer specifying the minute part of the date-time value. |
date |
Int32 | An integer specifying the second part of the date-time value. |
date |
Int32 | An integer specifying the millisecond part of the date-time value. |
See Also