CalendarsToString(DateTime, DateTime) Method
Composes the detail of the schedule information (example: 'from 10:00 to 12:00').
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string ToString(
DateTime timeStart,
DateTime timeEnd
)
Public Shared Function ToString (
timeStart As DateTime,
timeEnd As DateTime
) As String
- timeStart DateTime
- Start time.
- timeEnd DateTime
- End time.
StringString with the detail of the schedule information.