public static List<TimeOnlyRange> Split(
	this TimeOnly startDate,
	TimeOnly endDate,
	int parts
)Dim startDate As TimeOnly
Dim endDate As TimeOnly
Dim parts As Integer
Dim returnValue As List(Of TimeOnlyRange)
returnValue = startDate.Split(endDate, 
	parts)public:
[ExtensionAttribute]
static List<TimeOnlyRange^>^ Split(
	TimeOnly startDate, 
	TimeOnly endDate, 
	int parts
)No code example is currently available or this language may not be supported.