Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the month value of the given DateTime instance.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Shared Function Month ( _
dateTime As Object _
) As Object
'Usage
Dim dateTime As Object
Dim returnValue As Object
returnValue = OpenTypeMethods.Month(dateTime)
public static Object Month(
Object dateTime
)
public:
static Object^ Month(
Object^ dateTime
)
static member Month :
dateTime:Object -> Object
public static function Month(
dateTime : Object
) : Object
Parameters
- dateTime
Type: System.Object
A DateTime object.
Return Value
Type: System.Object
The month value of the given DateTime instance.