List of Journal methods: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Automatically generated page update) |
||
(8 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
The following are the available [[Journal class]] methods. | <!-- This page was automatically generated and will be automatically | ||
replaced, so any manual edits will be lost. You've been warned. --> | |||
The following are the available <var>[[Journal class|Journal]]</var> class methods. | |||
< | {{Template:Method list header|class=Journal}} | ||
<div class="showVisit"> | |||
<table class="wikitable"> | |||
<tr><th>Method</th><th>Description</th></tr> | |||
<tr><td valign="top">[[IsMerged (Journal property)|IsMerged]]</td><td valign="top">Is journal the output of MERGEJ?</td></tr> | |||
</ | <tr><td valign="top">[[MergeCount (Journal property)|MergeCount]]</td><td valign="top">Number of journals input to the MERGEJ run producing this journal</td></tr> | ||
<tr><td valign="top">[[New (Journal constructor)|New]]</td><td valign="top">Create a new Journal object</td></tr> | |||
[[Category: | <tr><td valign="top">[[StringFirstDateTime (Journal property)|StringFirstDateTime]]</td><td valign="top">Datetime stamp from the first entry in the journal stream</td></tr> | ||
<tr><td valign="top">[[StringLastDateTime (Journal property)|StringLastDateTime]]</td><td valign="top">Datetime stamp from the last entry in the journal stream</td></tr> | |||
</table> | |||
</div> | |||
==See also== | |||
<table class="list"><tr> | |||
<td valign="top"><ul style="margin-top:0px;"> | |||
<li>[[Journal class]] | |||
</ul></td> | |||
<td valign="top"><ul style="margin-top:0px;"> | |||
<li>[[Journal methods syntax]] | |||
</ul></td> | |||
</tr> | |||
</table> | |||
[[Category:Lists of methods]] |
Latest revision as of 20:31, 1 November 2011
The following are the available Journal class methods.
Method | Description |
---|---|
IsMerged | Is journal the output of MERGEJ? |
MergeCount | Number of journals input to the MERGEJ run producing this journal |
New | Create a new Journal object |
StringFirstDateTime | Datetime stamp from the first entry in the journal stream |
StringLastDateTime | Datetime stamp from the last entry in the journal stream |