WildStar:API GameLib GetLocalTime: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Bear moved page //API GameLib GetLocalTime to API GameLib GetLocalTime without leaving a redirect)
(No difference)

Revision as of 03:23, 9 August 2023

{{../uiapi}}

Example

{
  nDay = 1,
  nDayOfWeek = 2,
  nHour = 9,
  nMinute = 42,
  nMonth = 9,
  nSecond = 51,
  nYear = 2014,
  strFormattedTime = "9:42:51 AM"
}