This document is archived and information here might be outdated.  Recommended version.


ITimeDuration.SetDayFraction Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeDuration Interface > ITimeDuration.SetDayFraction Method
ArcGIS Developer Help

ITimeDuration.SetDayFraction Method

The time duration day fraction portion as a day fraction. Corresponds to the Hour, Minute, Second, and Nanoseconds properties.

[Visual Basic .NET]
Public Sub SetDayFraction ( _
    ByVal dayFraction As Double _
)
[C#]
public void SetDayFraction (
    double dayFraction
);
[C++]
HRESULT SetDayFraction(
  double dayFraction
);
[C++]
Parameters
dayFraction [in]

dayFraction is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITimeDuration Interface