ActiveReports 12
Second Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace > DateAndTime Class : Second Method
Required. Date value from which you want to extract the second.
Returns an Integer value from 0 through 59 representing the second of the minute.
Syntax
'Declaration
 
Public Shared Function Second( _
   ByVal timeValue As Date _
) As Integer
public static int Second( 
   DateTime timeValue
)

Parameters

timeValue
Required. Date value from which you want to extract the second.

Return Value

Returns an Integer value from 0 through 59 representing the second of the minute.
See Also

Reference

DateAndTime Class
DateAndTime Members