コード例 #1
0
ファイル: Interval.cs プロジェクト: w1r2p1/onTSLab
 public string keyFromTime(DateTime time)
 {
     return(IntervalUtils.hourKey(time));
 }