:: org :: openoffice :: vba :: Excel ::

constants group XlTimeUnit

Constants
xlDays  
xlMonths  
xlYears  
Constants' Details
xlDays
const short xlDays = 0;
xlMonths
const short xlMonths = 1;
xlYears
const short xlYears = 2;
Top of Page