SECDateTimeCtrl::SetNoEdit
voidSECDateTimeCtrl::SetNoEdit(intnNoEdit)
Sets the non-editable fields.
Defined in: DTCtrl.cpp
Return Value
void
Parameters
nNoEdit
Flags specifying the non-editable fields:
FixedYear
The year
FixedMonth
The month
FixedDay
The day
FixedHour
The hour
FixedMinute
The minute
FixedSecond
The second
FixedDate
The date
FixedTime
The time
See Also