コード例 #1
0
ファイル: Performance.cs プロジェクト: mareek/Accio
 public override int GetHashCode() => DateAndHour.GetHashCode() + Part.GetHashCode();
コード例 #2
0
ファイル: Performance.cs プロジェクト: mareek/Accio
 public string ToListItem()
 => string.Join("\t", DateAndHour.ToString("ddd"), DateAndHour.ToShortDateString(), DateAndHour.ToShortTimeString(), PartLabel, Availability);