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


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

ITime.QueryDayFraction Method

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

[Visual Basic .NET]
Public Function QueryDayFraction ( _
) As Double
[C#]
public double QueryDayFraction (
);
[C++]
HRESULT QueryDayFraction(
void
);

Product Availability

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

See Also

ITime Interface