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