CalendarsToString(DateTime, DateTime, DateTime, DateTime) Method

Composes the detail of the schedule information (example1: 'from 10:00 to 12:00'; example2: 'from 10:00 to 12:00 and from 14:00 to 16:00'),

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string ToString(
	DateTime timeStart1,
	DateTime timeEnd1,
	DateTime timeStart2,
	DateTime timeEnd2
)

Parameters

timeStart1  DateTime
Start time 1.
timeEnd1  DateTime
End time 1.
timeStart2  DateTime
Start time 2.
timeEnd2  DateTime
End time 2.

Return Value

String
String with the detail of the schedule information.

See Also