예제 #1
0
파일: Interval.cs 프로젝트: w1r2p1/onTSLab
 public string keyFromTime(DateTime time)
 {
     return(IntervalUtils.hourKey(time));
 }