ArcObjects Library Reference (System)  

ITime.SetDayFraction Method

The time's time 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

ITime Interface