Xojo.Core.Date.Second

From Xojo Documentation

Read-Only Property (As Integer )
IntegerValue = aXojo.Core.Date.Second

Supported on Mobile (iOS).

The second number of the time portion of the date.

Sample Code

Get the current second:

Var d As Xojo.Core.Date = Xojo.Core.Date.Now
Var second As Integer = d.Second