This topic has not yet been rated - Rate this topic

OpenTypeMethods.Hour Method

Returns the hour value of the given DateTime instance.

Namespace:  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)
public static Object Hour(
	Object dateTime
)

Parameters

dateTime
Type: System.Object
A DateTime object.

Return Value

Type: System.Object
The hour value of the given DateTime instance.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.