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