is it possible to use the case exp inside a select query

eg:

select 'callduration'=
case when
starttime <>'1/1/1900' then starttime-endtime
else 0
end case from table1