Notes
Returns the minute component of a Datetime in the local time zone of the context user.
Here are some examples:
DateTime myDateTime = DateTime.newInstance(2001, 2, 27, 3, 3, 3);
system.debug(myDateTime.minute());
Output: 3
Video
Video does not exists.