Beispiel #1
0
 public string ToShortDate(TimeZoneInfo timeZoneInfo)
 {
     return(string.Format("{0} - {1}", From.ApplyTimeZoneInfo(timeZoneInfo).ToShortTimeString(), To.ApplyTimeZoneInfo(timeZoneInfo).ToShortTimeString()));
 }
Beispiel #2
0
 public string ToString(TimeZoneInfo timeZoneInfo)
 {
     return(string.Format("{0} - {1}", From.ApplyTimeZoneInfo(timeZoneInfo).TimeOfDay, To.ApplyTimeZoneInfo(timeZoneInfo).TimeOfDay));
 }