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 minute 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 Minute ( _
dateTime As Object _
) As Object
'Usage
Dim dateTime As Object
Dim returnValue As Object
returnValue = OpenTypeMethods.Minute(dateTime)
public static Object Minute(
Object dateTime
)
public:
static Object^ Minute(
Object^ dateTime
)
static member Minute :
dateTime:Object -> Object
public static function Minute(
dateTime : Object
) : Object
Parameters
- dateTime
Type: System.Object
A DateTime object.
Return Value
Type: System.Object
The minute value of the given DateTime instance.