Important: The information in this document is obsolete and should not be used for new development.
Converting Between Long Date-Time Format
The Date, Time, and Measurement Utilities provide two procedures,LongSecondsToDate
andLongDateToSeconds
, that you can use to convert between long date-time formats. You can convert a number of seconds to a date and time and a date and time to a number of seconds.If you use a long date-time value (used to access a number of seconds) or a long date-time record (used to access a date and time) to access date-time information, you can use the
LongSecondsToDate
andLongDateToSeconds
procedures to convert between these date-time formats. Use theLongSecondsToDate
procedure to convert a number of seconds to a date and time, and use theLongDateToSeconds
procedure to convert a date and time to a number of seconds.
- Note
- The system software uses the
LongSecondsToDate
andLongDateToSeconds
procedures provided by the current script system.
Subtopics
- LongSecondsToDate
- LongDateToSeconds