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