Difference between revisions of "Facebook:getExpirationDate"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
Line 9: Line 9:
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
(string) = Facebook:getExpirationDate()
 
(string) = Facebook:getExpirationDate()
</source>
+
</syntaxhighlight>
 
=== <translate>Return values</translate> ===
 
=== <translate>Return values</translate> ===
 
'''<translate>Returns</translate>''' (string) <translate>The expiration date if it's set, ''nil'' otherwise.</translate><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.