Returns a numeric value representing the minutes of a DateTime argument.
DateTime-Expression.Minute()
Type Returned:
Numeric(2)
Objects: Procedure, Transaction, Web Panel
Generators:
.NET, .NET Framework, Java, RPG, Ruby (up to GeneXus X Evolution 3), Visual FoxPro (up to GeneXus X Evolution 3)
When given a DateTime argument, this method returns a numeric value representing its minutes.
If &DateTime.Minute() > 00
&TxtMinute = "Past o'clock..."
EndIf
TimeZone Support - General Considerations
Minute function
Hour method
Second method