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'),
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string ToString(
DateTime timeStart1,
DateTime timeEnd1,
DateTime timeStart2,
DateTime timeEnd2
)
Public Shared Function ToString (
timeStart1 As DateTime,
timeEnd1 As DateTime,
timeStart2 As DateTime,
timeEnd2 As DateTime
) As String
- timeStart1 DateTime
- Start time 1.
- timeEnd1 DateTime
- End time 1.
- timeStart2 DateTime
- Start time 2.
- timeEnd2 DateTime
- End time 2.
StringString with the detail of the schedule information.