SECDateTimeCtrl::GetNoEdit

intSECDateTimeCtrl::GetNoEdit(void)

Gets the non-editable fields.

Defined in: DTCtrl.cpp

Return Value

The non-editable field flags:

FixedYear

The year

FixedMonth

The month

FixedDay

The day

FixedHour

The hour

FixedMinute

The minute

FixedSecond

The second

FixedDate

The date

FixedTime

The time

Comments

The return value can be OR'd with the enumerated values defined by SECDateTimeCtrl::NoEdit to determine which fields are currently not editable.

See Also

SECDateTimeCtrl  SetNoEdit