OpenTypeMethods.Second(Object) Method

Definition

Returns the second value of the given DateTime instance.

public:
 static System::Object ^ Second(System::Object ^ dateTime);
public static object Second (object dateTime);
static member Second : obj -> obj
Public Shared Function Second (dateTime As Object) As Object

Parameters

dateTime
Object

A DateTime object.

Returns

The second value of the given DateTime instance.

Applies to