Xojo.Core.Date.Nanosecond

From Xojo Documentation

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

Supported on Mobile (iOS).

The nanoseconds of the time portion of the date. A nanosecond is one billionth of a second.

Sample Code

Get the current nanosecond:

Var d As Xojo.Core.Date = Xojo.Core.Date.Now
Var nanosecond As Integer = d.Nanosecond