This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSATimeConfiguration Interface > IGPSATimeConfiguration.SetWithinDay Method (ArcObjects .NET 10.5 SDK) |
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