List of Journal methods: Difference between revisions

From m204wiki
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. -->
See [[Notation conventions for methods]] for information about the conventions followed in the method descriptions.
The following are the available <var>[[Journal class|Journal]]</var> class methods.
<dpl>
{{Template:Method list header|class=Journal}}
category = Journal_methods
<div class="showVisit">
include = dpl_desc
<table class="wikitable">
replaceintitle=/\(.+\)/,
<tr><th>Method</th><th>Description</th></tr>
table =,Method,Description
<tr><td valign="top">[[IsMerged (Journal property)|IsMerged]]</td><td valign="top">Is journal the output of MERGEJ?</td></tr>
</dpl>
<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:Journal methods]]
<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.

MethodDescription
IsMergedIs journal the output of MERGEJ?
MergeCountNumber of journals input to the MERGEJ run producing this journal
NewCreate a new Journal object
StringFirstDateTimeDatetime stamp from the first entry in the journal stream
StringLastDateTimeDatetime stamp from the last entry in the journal stream

See also