76 lines
5.3 KiB
HTML
76 lines
5.3 KiB
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<meta name="Copyright" content="Copyright (c) 2006 by IBM Corporation">
|
||
|
<title>ILE CEE Date and Time APIs</title>
|
||
|
<!-- Begin Header Records ========================================= -->
|
||
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
||
|
<!-- US Government Users Restricted Rights -->
|
||
|
<!-- Use, duplication or disclosure restricted by -->
|
||
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
||
|
<!-- Change History: -->
|
||
|
<!-- YYMMDD USERID Change description -->
|
||
|
<!-- ILE4A SCRIPT A converted by B2H R4.1 (346) (CMS) by NLJONES at -->
|
||
|
<!-- RCHVMX on 25 Feb 1999 at 10:53:17 -->
|
||
|
<!-- 031112 JETAYLOR replaced API and/or Exit listings with -->
|
||
|
<!-- pagegenerator output from javascript array -->
|
||
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<!-- End Header Records -->
|
||
|
<!-- Java sync-link -->
|
||
|
<script type="text/javascript" language="Javascript" src="../rzahg/synch.js">
|
||
|
</script>
|
||
|
|
||
|
|
||
|
|
||
|
<h2>ILE CEE Date and Time APIs</h2>
|
||
|
|
||
|
<p>For information on using the ILE CEE date and time APIs, see
|
||
|
<a href="ile4a2.htm">ILE CEE Date and Time Notation and Limits</a>.</p>
|
||
|
|
||
|
<p>For other APIs that allow you to work with date and time values,
|
||
|
see <a href="catdate.htm">Date and Time APIs</a>.</p>
|
||
|
|
||
|
<p>The ILE CEE date and time APIs are:</p>
|
||
|
|
||
|
<!-- ***** NOTE ***** Do not manually update text or links in this section. -->
|
||
|
<!-- Updates made in this section *will* be overlaid by automated tools -->
|
||
|
<!-- Notify User Technologies of needed updates to be made in XML for API finder.-->
|
||
|
<!--***************API BEGIN PASTE***************-->
|
||
|
<ul>
|
||
|
<li><A HREF="CEEDYWK.htm">Calculate Day of Week from Lilian Date</A> (CEEDYWK) returns the day of the week as a number between 1 and 7.</li>
|
||
|
<li><A HREF="CEEDAYS.htm">Convert Date to Lilian Format</A> (CEEDAYS) converts a string representing a date into a number representing the number of days since 14 October 1582.</li>
|
||
|
<li><A HREF="CEEISEC.htm">Convert Integers to Seconds</A> (CEEISEC) converts separate binary integers representing year, month, day, hour, minute, second, and millisecond to a number representing the number of seconds since 00:00:00 14 October 1582.</li>
|
||
|
<li><A HREF="CEEDATE.htm">Convert Lilian Date to Character Format</A> (CEEDATE) formats a number representing a Lilian date.</li>
|
||
|
<li><A HREF="CEEDATM.htm">Convert Seconds to Character Timestamp</A> (CEEDATM) formats a number representing the number of seconds since 00:00:00 14 October 1582.</li>
|
||
|
<li><A HREF="CEESECI.htm">Convert Seconds to Integers</A> (CEESECI) converts a number representing the number of seconds since 00:00:00 14 October 1582 to seven separate binary integers representing year, month, day, hour, minute, second, and millisecond.</li>
|
||
|
<li><A HREF="CEESECS.htm">Convert Timestamp to Number of Seconds</A> (CEESECS) converts a string representing a timestamp into a number representing the number of seconds since 00:00:00 14 October 1582.</li>
|
||
|
<li><A HREF="CEEGMT.htm">Get Current Greenwich Mean Time</A> (CEEGMT) is an alias of CEEUTC.</li>
|
||
|
<li><A HREF="CEELOCT.htm">Get Current Local Time</A> (CEELOCT) returns the current local time in three formats: Lilian date (the number of days since 14 October 1582), Lilian timestamp (the number of seconds since 00:00:00 14 October 1582), and Gregorian character string (in the form YYYYMMDDHHMISS999').</li>
|
||
|
<li><A HREF="CEEUTCO.htm">Get Offset from Universal Time Coordinated to Local Time</A> (CEEUTCO) provides three values representing the current offset from Universal Time Coordinated (UTC) to local system time.</li>
|
||
|
<li><A HREF="CEEUTC.htm">Get Universal Time Coordinated</A> (CEEUTC) returns the current Universal Time Coordinated as both a Lilian date and as the number of seconds since 00:00:00 14 October 1582.</li>
|
||
|
<li><A HREF="CEEQCEN.htm">Query Century</A> (CEEQCEN) queries the century within which 2-digit year values are assumed to lie.</li>
|
||
|
<li><A HREF="CEEFMDT.htm">Return Default Date and Time Strings for Country or Region</A> (CEEFMDT) returns the default date and time picture strings for the country or region specified in the country/region_code parameter.</li>
|
||
|
<li><A HREF="CEEFMDA.htm">Return Default Date String for Country or Region</A> (CEEFMDA) returns the default date picture string for the country or region specified in the country/region_code parameter.</li>
|
||
|
<li><A HREF="CEEFMTM.htm">Return Default Time String for Country or Region</A> (CEEFMTM) returns the default time picture string for the country or region specified in the country/region_code parameter.</li>
|
||
|
<li><A HREF="CEESCEN.htm">Set Century</A> (CEESCEN) sets the century within which 2-digit year values are assumed to lie.</li>
|
||
|
</ul>
|
||
|
<!--***************API END PASTE***************-->
|
||
|
<br>
|
||
|
|
||
|
<hr>
|
||
|
<center>
|
||
|
<table cellpadding="2" cellspacing="2">
|
||
|
<tr align="center">
|
||
|
<td valign="middle" align="center">
|
||
|
<a href="#Top_Of_Page">Top</a> |
|
||
|
<a href="ile1a1.htm">ILE CEE APIs</a> |
|
||
|
<a href="aplist.htm">APIs by category</a></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</center>
|
||
|
</body>
|
||
|
</html>
|