AppointmentReminders.Web.Domain.AppointmentsNotificationPolicy.GetAppointmentLocalTime C# (CSharp) Method

GetAppointmentLocalTime() private method

private GetAppointmentLocalTime ( ) : System.DateTime
return System.DateTime
        private DateTime GetAppointmentLocalTime()
        {
            return _timeConverter.ToLocalTime(_appointment.Time, _appointment.Timezone);
        }