Difference between revisions of "Facebook:getExpirationDate"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' Gideros 2012.09<br/>
+
<languages />
=== Description ===
+
'''<translate>Available since</translate>:''' Gideros 2012.09<br/>
<br />
+
'''<translate>Class</translate>:''' [[Special:MyLanguage/Facebook|Facebook]]<br/>
 +
=== <translate>Description</translate> ===
 +
<translate><br />
 
Returns the expiration date;<br />
 
Returns the expiration date;<br />
<br />
+
<br /></translate>
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(string) = Facebook:getExpirationDate()
 
(string) = Facebook:getExpirationDate()
</source>
+
</syntaxhighlight>
=== Return values ===
+
=== <translate>Return values</translate> ===
'''Returns''' (string) The expiration date if it's set, `nil` otherwise.<br/>
+
'''<translate>Returns</translate>''' (string) <translate>The expiration date if it's set, ''nil'' otherwise.</translate><br/>

Latest revision as of 15:29, 13 July 2023


Available since: Gideros 2012.09
Class: Facebook

Description


Returns the expiration date;

(string) = Facebook:getExpirationDate()

Return values

Returns (string) The expiration date if it's set, nil otherwise.