TimeUnits
Method Signature
TimeUnits(date=[any], timezone=[string], locale=[string])Arguments
Argument
Type
Required
Description
Default
Examples
Year of a datetime object
dt = createdatetime( 2016, 1, 1, 5, 30, 25 );
y = year( dt );
writeoutput( y );
Additional Examples
Related
Last updated
Was this helpful?
