.
This commit is contained in:
@@ -227,6 +227,9 @@ namespace BS.Shared.DataContracts
|
||||
|
||||
public override string ToString() => $"{SchedulerAppointmentOid} {StartDate:dd.MM.yyyy HH:mm}-{EndDate:dd.MM.yyyy HH:mm}: {Subject}";
|
||||
|
||||
public string HtmlInputStartFormat => StartDate.HasValue ? $"{StartDate:yyyy-MM-ddTHH:mm}" : string.Empty;
|
||||
public string HtmlInputEndFormat => EndDate.HasValue ? $"{EndDate:yyyy-MM-ddTHH:mm}" : string.Empty;
|
||||
|
||||
public static SchedulerAppointmentDC RecurringExceptionFromDevExpressAppointment(Appointment appointment, SchedulerAppointmentDC baseAppointment, int recurrenceIndex, string recurrenceId)
|
||||
{
|
||||
return new SchedulerAppointmentDC
|
||||
|
||||
Reference in New Issue
Block a user