IntegerValue =
aDateTime.
Minute New in 2019r2Supported for all project types and targets.
The minute number of the time portion of the date.
Sample Code
The following code displays the current minute.
Var d As DateTime = DateTime.Now
Label1.Value = d.Minute.ToString