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