SystemValue class | QSYS API Reference Guide

Provides System Value attributes.

Namespace: ASNA.QSys.Runtime.JobSupport Assembly: ASNA.QSys.Runtime.dll

Inheritance: Object

Properties

Type Name Description
String QCENTURY Returns Century value for the system date Char(1). ‘0’ indicated years 19 XX.’1’ indicates years 20 XX.
String QCURSYM Returns Currency symbol Char(1).
String QDATE Returns System date Char(6).
String QDATETIME Returns - System date and time Char(20).This is the date and time for the local system time as a single value.Retrieving or changing this value is similar to retrieving or changing QDATE and QTIME in a single operation.The format of the field isYYYYMMDDHHNNSSXXXXXX where YYYY is the year, MM is the month, DD is the day, HH is the hours, NN is the minutes, SS is the seconds, and XXXXXX is the microseconds.
String QDATFMT Returns Date format Char(3).
String QDATSEP Returns Date separator Char(1).
String QDAY Returns Day of the month Char(2). Day of the year if the system date format is Julian.
String QDAYOFWEEK Returns The day of the week Char(4). SUN - SundayMON - MondayTUE - TuesdayWED - WednesdayTHU - ThursdayFRI - Friday*SAT - Saturday
String QHOUR Returns Hour of the day Char(2).
String QMINUTE Returns Minute of the hour Char(2).
String QMONTH Returns Month of the year Char(2). Not used for Julian dates.
String QSECOND Returns Second of the minute Char(2).
String QTIME Returns Time of day Char(9).
String QTIMSEP Returns Time separator Char(1).
String QTIMZON Returns Time zone Char(10). For example: QN0600UTCS - GMT-6 - US Central Standard Time.
String QYEAR Returns Year Char(2).