Jump to content

AbsTime class: Difference between revisions

From LabVIEW Wiki
mNo edit summary
Replaced with template tables
Line 7: Line 7:
{{TOCright}}
{{TOCright}}


==Properties==
<!--Edit Properties, Methods, or Events in the appropriate table in one on the VI Server Templates-->
<span class="mw-customtoggle-propertiestable">Show/Hide AbsTime Properties Table</span>
{{VIServerClassTables|60}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ AbsTime Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#FFFFCC;"
|2C7A801
| [[AbsTime class/DataEntryLimits property|DataEntryLimits]]
|Cluster of Minimum, Maximum, and Increment values for time stamp data range.
 
This property is similar to the Minimum, Maximum, and Increment options on the Data Entry page of the <b>Time Stamp Properties</b> dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|2C7A804
| [[AbsTime class/Increment property|Increment]]
|Increment of numeric data range.
 
This property is an element of the Data Entry Limits property.
 
This property is similar to the Increment option on the Data Entry page of the <b>Time Stamp Properties</b> dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|2C7A803
| [[AbsTime class/Maximum property|Maximum]]
|Maximum value of the numeric data range specified with date and time.
 
This property is an element of the Data Entry Limits property.
 
This property is similar to the Maximum option on the Data Entry page of the <b>Time Stamp Properties</b> dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|2C7A802
| [[AbsTime class/Minimum property|Minimum]]
|Minimum value of the numeric data range specified with date and time.
 
This property is an element of the Data Entry Limits property.
 
This property is similar to the Minimum option on the Data Entry page of the <b>Time Stamp Properties</b> dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|2C7A800
| [[AbsTime class/FormatString property|FormatString]]
|Gets and sets the format of the Time Stamp control.
 
Time format codes must be between % and >T. For example, to display the day of the month, enter %T.
 
This property is similar to the Format String (Digital) property except that it can accept time format codes.
 
Refer to the valid format specifiers for numeric data types table for information about which format specifiers you can set depending on the data type of the numeric control and the format specifiers syntax elements table for descriptions of the syntax elements.
 
If you want to format a string to display time, enclose the string with %.
|R/W
|X
|- style="background-color:#D1BB80;"
|2C7A80A
| [[AbsTime class/HideText property|HideText]]
|
|R/W
|X
|- style="background-color:#FFFFCC;"
|2C7A809
| [[AbsTime class/NumText property|NumText]]
|Reference to numeric text.
|R
|X
|- style="background-color:#FFFFCC;"
|2C7A805
| [[AbsTime class/RespToValOutLimits property|RespToValOutLimits]]
|Reads or writes the response to values outside the specified limits for maximum, minimum, and increment.
 
You can select from the following options:
<ol start="0">
<li>Ignore - LabVIEW does not change or flag invalid values.</li>
<li>Coerce (to nearest)</li>
<li>Coerce up</li>
<li>Coerce down</li>
</ol>
 
This property is similar to the Response to value outside limits options on the Data Entry page of the <b>Time Stamp Properties</b> dialog box.
 
{| class="wikitable"
|+ style="text-align:left;"|Elements:
! style="text-align:left;"| Name
! style="text-align:left;"| Description
|-
|Response to Value Outside Limits:Minimum
|Response to values outside the limits for the minimum value. Valid values include 0 (Ignore) and 1 (Coerce).
|-
|Response to Value Outside Limits:Maximum
|Response to values outside the limits for the maximum value. Valid values include 0 (Ignore) and 1 (Coerce).
|-
|Response to Value Outside Limits:Increment
|Response to values outside the limits for the increment value. Valid values include 0 (Ignore), 1 (Coerce to nearest), 2 (Coerce up), and 3 (Coerce down).
|}
|R/W
|X
|- style="background-color:#FFFFCC;"
|2C7A808
| [[AbsTime class/RespToValOutLimits.Inc property|RespToValOutLimits.Inc]]
|Reads or writes the response to values outside the specified limits for the increment value.
 
You can select from the following options:
<ol start="0">
<li>Ignore - LabVIEW does not change or flag invalid values.</li>
<li>Coerce (to nearest)</li>
<li>Coerce up</li>
<li>Coerce down</li>
</ol>
 
This property is an element of the Response to Value Outside Limits property.
 
This property is similar to the Response to value outside limits:Increment option on the Data Entry page of the <b>Time Stamp Properties</b> dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|2C7A806
| [[AbsTime class/RespToValOutLimits.Max property|RespToValOutLimits.Max]]
|Reads or writes the response to values outside the specified limits for the maximum value.
 
You can select from the following options:
<ol start="0">
<li>Ignore - LabVIEW does not change or flag invalid values.</li>
<li>Coerce (to nearest)</li>
</ol>
 
This property is an element of the Response to Value Outside Limits property.
 
This property is similar to the Response to value outside limits:Maximum option on the Data Entry page of the <b>Time Stamp Properties</b> dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|2C7A807
| [[AbsTime class/RespToValOutLimits.Min property|RespToValOutLimits.Min]]
|Reads or writes the response to values outside the specified limits for the minimum value.
 
You can select from the following options:
<ol start="0">
<li>Ignore - LabVIEW does not change or flag invalid values.</li>
<li>Coerce (to nearest)</li>
</ol>
 
This property is an element of the Response to Value Outside Limits property.
 
This property is similar to the Response to value outside limits:Minimum option on the Data Entry page of the <b>Time Stamp Properties</b> dialog box.
|R/W
|X
|}
</div>
 
==Methods==
''No Methods for this class.''
 
==Events==
''No Events for this class.''


== History ==
== History ==
{{ambox|text=History information is needed.  What changes have occured over previous versions?}}
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}
{| class="wikitable"
{| class="wikitable"
! Version
! Version

Revision as of 21:38, 8 September 2019

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name AbsTime class
Class ID 60
Scope Basic Development Environment
Class Inheritance
Class Children

This class has no children.


The AbsTime class is a class in the VI Server Class Hierarchy, (see also VI Server).

Properties

Show/Hide AbsTime Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
AbsTime Properties Table
Property ID Long Name (English) Description R/W RTE
2C7A800Format StringGets and sets the format of the Time Stamp control.Read/WriteYes
2C7A801Data Entry LimitsCluster of Minimum, Maximum, and Increment values for time stamp data range.Read/WriteYes
2C7A802Data Entry Limits:MinimumMinimum value of the numeric data range specified with date and time.Read/WriteYes
2C7A803Data Entry Limits:MaximumMaximum value of the numeric data range specified with date and time.Read/WriteYes
2C7A804Data Entry Limits:IncrementIncrement of numeric data range.Read/WriteYes
2C7A805Response to Value Outside LimitsReads or writes the response to values outside the specified limits for maximum, minimum, and increment.Read/WriteYes
2C7A806Response to Value Outside Limits:MaximumReads or writes the response to values outside the specified limits for the maximum value.Read/WriteYes
2C7A807Response to Value Outside Limits:MinimumReads or writes the response to values outside the specified limits for the minimum value.Read/WriteYes
2C7A808Response to Value Outside Limits:IncrementReads or writes the response to values outside the specified limits for the increment value.Read/WriteYes
2C7A809Numeric TextReference to numeric text.Read OnlyYes
2C7A80AHide TextRead/WriteYes

Methods

This class has no methods or it inherits methods from its parent: Control Class.

Events

This class has no events or it inherits events from its parent: Control Class.


History

Version Change(s)
LabVIEW 2018 More info to come.

See Also