The time portion of a datetime can be saved in a column of datatype "time".
The data is always saved in the internal representation, which is not 24 hours nor 12 hours: it is a time, nothing more.
The human readable representation depends on how you format the data on the client application.
See this article for more details:
http://www.sqlservercentral.com/articles/T-SQL/88152/