ColumnDefaultValueAttribute(Int32, Int32, Int32, Int32, Int32, Int32, Int32) Constructor
Initializes a new instance of the ColumnDefaultValueAttribute class.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
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. |