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

In This Topic
    Minute Method
    In This Topic
    Returns an Integer value from 0 through 59 representing the minute of the hour.
    Syntax
    'Declaration
     
    Public Shared Function Minute( _
       ByVal timeValue As Date _
    ) As Integer
    public static int Minute( 
       DateTime timeValue
    )

    Parameters

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

    Return Value

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