Symbian Descriptor convert( 转 )
摘要:
Symbian Descriptor convert( 转 )1. TTime转TBuf型TBuf<32> theTime;//存储转换后的时间 TTime tt; tt.HomeTime(); _LIT(KTimeFormat,"%Y%M%D%1-%2-%3 %H:%T:%S");//格式为:2006-03-04 12:12:12 tt.FormatL(theTime,KTimeFo... 阅读全文
posted @ 2010-07-05 16:06 冲虚道长 阅读(193) 评论(0) 推荐(0) 编辑