Jump to content

GetTimeProperty: Difference between revisions

no edit summary
(Added an example)
No edit summary
Tag: Source edit
Line 6: Line 6:
=== Parameters ===
=== Parameters ===
* ''timestamp'': The timestamp to localize.
* ''timestamp'': The timestamp to localize.
* ''which'': Which attribute to return.
* ''which'': Which attribute to return; see the [[#Time properties]] table below.
* ''utc'': If true, the timestamp will be localized using the UTC timezone, local timezone otherwise
* ''utc'': If true, the timestamp will be localized using the UTC timezone, local timezone otherwise.


== Time properties ==
=== Time properties ===
{|
{| class="wikitable"
!Property
!Property
!Range
!Range
Line 44: Line 44:
|}
|}


== Result value ==
=== Return value ===
Localizes the given timestamp and returns an attribute of it.
Localizes the given timestamp and returns an attribute of it.


Line 59: Line 59:
</syntaxhighlight>
</syntaxhighlight>


== See Also ==
== See also ==
*[[SystemTime]]
* [[SystemTime]]
*[[Strftime]]
* [[Strftime]]
 
[[Category:ACS functions]]