ActiveReports 12
Minute Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace > DateAndTime Class : Minute Method
Required. Date value from which you want to extract the minute.
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

Reference

DateAndTime Class
DateAndTime Members