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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.