Example Values

Use the following reference data group elements and values to help make sense out of the method examples in the topics that follow. For instance, anywhere raw61 is used in an example, it references the decimal value 61 listed below.

Data Group Element Value Notes
raw0 0 Represents an element with a value of "0".
raw1 1 Represents an element with a value of "1".
raw2 2 Represents an element with a value of "2".
raw5 5 Represents an element with a value of "5".
raw10 10 Represents an element with a value of "10".
raw61 61 Represents an element with a value of "61".
  • Units are feet ("ft")
  • Hexadecimal value is 0x003D
  • Binary value is 0011 1101
raw100 100 Represents an element with a value of "100".
rawDate3 859907 Represents an element with an integer value of "859907", which is 3/31/13.
rawDateE 022522.0 Represents an element with the date May 22, 2022 in Enron format.
rawDateS March 3, 2022 Represents an element with the date March 3, 2022 in string format.
rawDay 13 Represents an element with a value of "13," for the 13th day of a month.
rawDur 1455 Represents an element with a value of "1455".
  • Units are seconds
rawHour 13 Represents an element with a value of "13" for the 1:00PM hour.
rawMin 45 Represents an element with a value of "45" for minutes.
rawMon 4 Represents an element with a month of April.
rawSec 17 Represents an element with a value of "17" for seconds.
rawTime3 726285 Represents an element with an integer value of "726285", which is 13:21:11.
rawTimeE 031745.0 Represents an element with the time 3:17:45AM.
rawTimeS 3:45:10 Represents an element with the time 3:17:10 in string format.
rawTimeT 1364736071 Represents an element with the raw number of seconds from January 1, 1970.
rawTm 40906.25 Represents an element with a value of "40906.25".
  • Units are days since midnight 12/30/1899
rawYear 2024 Represents an element with the 4-digit year "2024".

Back to top