WildStar:API GameLib GetLocalTime: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{../uiapi}} == Example == { nDay = 1, nDayOfWeek = 2, nHour = 9, nMinute = 42, nMonth = 9, nSecond = 51, nYear = 2014, strFormattedTime = "9:42:51 A...") |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{ | {{\|uiapi}} | ||
== Example == | == Example == | ||
<pre> | |||
{ | { | ||
nDay = 1, | nDay = 1, | ||
Line 12: | Line 13: | ||
strFormattedTime = "9:42:51 AM" | strFormattedTime = "9:42:51 AM" | ||
} | } | ||
</pre> |