CalendarsToString(DateTime, DateTime) Method

Composes the detail of the schedule information (example: 'from 10:00 to 12:00').

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string ToString(
	DateTime timeStart,
	DateTime timeEnd
)

Parameters

timeStart  DateTime
Start time.
timeEnd  DateTime
End time.

Return Value

String
String with the detail of the schedule information.

See Also