ColumnDefaultValueAttribute(Int32, Int32, Int32, Int32, Int32, Int32, Int32) Constructor
Initializes a new instance of the ColumnDefaultValueAttribute class.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v25.2.dll
NuGet Package: DevExpress.Xpo
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| dateYear | Int32 | An integer specifying the year part of the date-time value. |
| dateMonth | Int32 | An integer specifying the month part of the date-time value. |
| dateDay | Int32 | An integer specifying the day part of the date-time value. |
| dateHour | Int32 | An integer specifying the hour part of the date-time value. |
| dateMinute | Int32 | An integer specifying the minute part of the date-time value. |
| dateSecond | Int32 | An integer specifying the second part of the date-time value. |
| dateMillisecond | Int32 | An integer specifying the millisecond part of the date-time value. |
See Also