ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / DateAndTime Class / Second Method
Required. Date value from which you want to extract the second.

In This Topic
    Second Method
    In This Topic
    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