Navigation: Code Documentation > IE > MiscPackage > Enumerations
TDecodeDateTimeFunctionType Enumeration
Represents type TDecodeDateTimeFunctionType.
Namespace: MiscPackage
Delphi
type TDecodeDateTimeFunctionType = (ddtYear, ddtMonth, ddtDay, ddtHour, ddtMinute, ddtSecond, ddtMillisecond);
Name
Description
ddtDay
Represents constant ddtDay.
ddtHour
Represents constant ddtHour.
ddtMillisecond
Represents constant ddtMillisecond.
ddtMinute
Represents constant ddtMinute.
ddtMonth
Represents constant ddtMonth.
ddtSecond
Represents constant ddtSecond.
ddtYear
Represents constant ddtYear.
Top
•MiscPackage