nih-gov/www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/asn_spec/Date-std.html

25 lines
No EOL
911 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Date-std</title>
<script type="text/javascript" src="/core/jquery/jquery-3.6.0.min.js">
</script>
<script type="text/javascript">
jQuery.getScript("/core/alerts/alerts.js", function () { galert(['pre']) });
</script>
</head>
<body>
<h3>Date-std</h3><pre>Defined in file <a href="general.asn.html">general.asn</a>
C++ class: <a href="../doxyhtml/classCDate__std.html">CDate_std</a>
Date-std ::= SEQUENCE { -- NOTE: this is NOT a unix tm struct
year INTEGER , -- full year (including 1900)
month INTEGER OPTIONAL , -- month (1-12)
day INTEGER OPTIONAL , -- day of month (1-31)
season VisibleString OPTIONAL , -- for "spring", "may-june", etc
hour INTEGER OPTIONAL , -- hour of day (0-23)
minute INTEGER OPTIONAL , -- minute of hour (0-59)
second INTEGER OPTIONAL } -- second of minute (0-59)</pre>
</body>
</html>