To return a numeric value representing the minutes of a datetime argument.
Minute(Datetime-Expression)
Type Returned:
Numeric
Returns a numeric value representing the minutes, given a datetime argument.
You only want to obtain the minute part of a datetime variable or attribute.
&Min= Minute(Now())
// Now = 11/24/2010 02:42 PM
// &Min = 42
Objects: Procedures, Transactions, Web Panels, Work Panels
Languages: .NET, Ruby (up to GeneXus X Evolution 3), Java, RPG, Visual FoxPro (up to GeneXus X Evolution 3)
TimeZone Support - General Considerations
Minute Method
Hour Function
Second Function
|