Author Topic: TimeStamps  (Read 768 times)

Nick_W

  • Full Member
  • ***
  • Posts: 215
    • View Profile
Re: TimeStamps
« on: May 20, 2017, 01:32:29 pm »
My Time library has this function in it:

Code: [Select]
Shared Function GetTimestamp(format As TIME_FORMAT, TimestampOffset As Integer) As String
used for unix type time stamps. Might do what you want...