Returns a numeric value, representing the minutes of a DateTime argument.
Minute(DateTime-Expression)
Type Returned:
Numeric
Objects: Procedure, Transaction, Web Panel, Work Panel
Generators: .NET, Ruby (up to GeneXus X Evolution 3), Java, RPG, Visual FoxPro (up to GeneXus X Evolution 3)
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
TimeZone Support - General Considerations
Minute method
Hour Function
Second Function