SECDateTimeCtrl::SetModified
Sets date and/or time to the current modified state.
Defined in: DTCtrl.cpp
Syntax
SetModified(BOOL bModified);
SetModified(BOOL bDate, BOOL bTime);
Return Value
void
Parameters
bModified
Flag indicating date/time is set to current modified state.
bDate
Flag indicating date is set to current modified state.
bTime
Flag indicating time is set to current modified state.
See Also