Returns the second [RB26] part of the specified DateTime.
[Visual Basic] Overridable Public Function GetSecond( _ ByVal time As DateTime _ ) As Integer [C#] public virtual int GetSecond( DateTime time ); [C++] public: virtual int GetSecond( DateTime time ); [JScript] public function GetSecond( time : DateTime ) : int;
The second [RB27] part of the specified DateTime.
The returned value is an integer between 0 and 59[RB28] .
Calendar Class | Calendar Members | System.Globalization Namespace