Skip to main content
A newer version of this page is available. .

ColumnDefaultValueAttribute(Int32, Int32, Int32, Int32, Int32, Int32, Int32) Constructor

Initializes a new instance of the ColumnDefaultValueAttribute class.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public ColumnDefaultValueAttribute(
    int dateYear,
    int dateMonth,
    int dateDay,
    int dateHour,
    int dateMinute,
    int dateSecond,
    int dateMillisecond
)

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