Show
Ignore:
Timestamp:
06/17/09 19:57:14 (4 years ago)
Author:
hoge1e3
Message:

高速検索
bug: 更新したものが検索条件をみたさなくなったら削除

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/csharp/soyText/soyText/TimeFormat.cs

    r32279 r34020  
    1818 
    1919        } 
     20        /* 
     21        internal static long toLong(string time) 
     22        { 
     23            int y, M, d, h, m, s; 
     24 
     25            DateTime t = new DateTime(y,M,d,h,m,s); 
     26 
     27        }*/ 
    2028    } 
    2129}