This document is archived and information here might be outdated. Recommended version. |
Sets Within-Day in time configuration parameters.
[Visual Basic .NET]
Public Sub SetWithinDay ( _
ByVal day As Integer, _
ByVal startTime As Double, _
ByVal endTime As Double _
)
[C#]
public void SetWithinDay (
int day,
double startTime,
double endTime
);
[C++]
HRESULT SetWithinDay(
long day,
double startTime,
double endTime
);
[C++] Parameters day
day is a parameter of type long startTime
startTime is a parameter of type double endTime
endTime is a parameter of type double