Property | Value |
---|---|
Hex Value | $EF08 |
Categories | |
Localizations |
|
getTmStr(
Overview
Returns a string of the current clock time in the format specified by integer
, where:
12 = 12 hour format24 = 24 hour format
Availability: Token available everywhere.
Syntax
getTmStr(integer)
Arguments
Name | Type | Optional |
---|---|---|
integer |
Location
2nd, catalog, getTmStr(
Description
The getTmStr( command returns the current time of the clock on the TI-84+/SE calculators as a string based on the time format that is specified. There are two different time formats available: 12 (12 hour) or 24 (24 hour). You can store this value to a string variable for later use, or manipulate it the same way you do with other strings. Of course, this command only works if the time format has actually been set, so you should use the setTmFmt( command before using it.
Related Commands
Source: parts of this page were written by the following TI|BD contributors: burr, DarkerLine, GoVegan, RandomProductions.
History
Calculator | OS Version | Description |
---|---|---|
TI-84+ | 0.01 | Added |