Name | Summary | Category |
date->difference | [Date->Difference] determines the duration time between two Lasso dates. Requires a date type as the parameter. The difference between the two dates is calculated by subtracting the Lasso... | Date/Time |
date->get | [Date->Get] gets the current value for one field of the date. Requires one of the following keyword parameters. Only one field value can be fetched at a time. Note that many of the more... | Date/Time |
date->clear | [Date->Clear] resets the fields of the date to their default values. This method modifies the date object in-place, and does not output a value. Fields are specified as parameters to the... | Date/Time |
date->format | [Date->Format] outputs a Lasso date object in a specified format. The method requires one string parameter which defines how the date should be formatted. An optional [Locale] parameter... | Date/Time |
date->asString | [Date->asString] converts a date object to a string using the default format, and returns the string. | Date/Time |
date->asInteger | [Date->asInteger] returns the number of seconds from 1/1/1970 to the date/time object as an integer. | Date/Time |
date->asDecimal | [Date->asDecimal] returns the number of seconds from 1/1/1970 to the date/time object as a decimal. | Date/Time |
date->asraw | [Date->asRaw] returns the number of milliseconds from 1/1/1970 to the date/time object as a decimal. | Date/Time |
date->getformat | [Date->GetFormat] returns the ISO 8601 format of a Lasso date object. | Date/Time |
date->gmt | [Date->GMT] returns whether the specified date is in local or GMT time. Returns True if in GMT time and False if in local time. | Date/Time |
date->dst | [Date->DST] returns 1 if the date object is in daylight saving time, 0 if the date object is in standard time, or -1 if the date object's status is undetermined. | Date/Time |
date->era | No description available. | Date/Time |
date->day | [Date->Day] is an accessor for getting or setting the day of month field for a date object. [Date->Day] is a synonym for [Date->DayOfMonth] Getting uses no parameters and returns the... | Date/Time |
date->dayOfMonth | [Date->DayOfMonth] is an accessor for getting or setting the day of month field for a date object. Getting uses no parameters and returns the day of month as an integer. Setting... | Date/Time |
date->dayOfYear | [Date->DayOfYear] is an accessor for getting or setting the day of year field for a date object. Getting uses no parameters and returns the day of year as an integer. Setting requires... | Date/Time |
date->dayOfWeek | [Date->DayOfWeek] is an accessor for getting or setting the day of week field for a date object. Getting uses no parameters and returns the day of week as an integer (1=Sunday, 7=Saturday).... | Date/Time |
date->dayOfWeekInMonth | [Date->DayOfWeekInMonth] is an accessor for getting or setting the day of week in month field for a date object. For example the 8th through 14th days of the month are in the second week of the... | Date/Time |
date->AMPM | [Date->AMPM] is an accessor for getting or setting the AM/PM field for a date object. Getting uses no parameters and returns the AM/PM as an integer. Setting requires an integer... | Date/Time |
date->hour | [Date->Hour] is an accessor for getting or setting the hour field for a date object. Getting uses no parameters and returns the hour as an integer. Setting requires an integer... | Date/Time |
date->hourOfAMPM | No description available. | Date/Time |
date->dstOffset | No description available. | Date/Time |
date->dowLocal | [Date->DOWLocal] is an accessor for getting or setting the day of week local field for a date object. This will be a value from 1 to 7 inclusive, with 1 being the localized first day of the week.... | Date/Time |
date->extendedYear | [Date->ExtendedYear] is an accessor for getting or setting the year of the current calendar system, encompassing all supra-year fields, for a date object. For example, in Gregorian/Julian... | Date/Time |
date->firstDayOfWeek | [Date->FirstDayOfWeek] is an accessor for getting or setting the milliscondsinday field for a date object. Getting uses no parameters and returns the FirstDayOfWeek value as an integer. ... | Date/Time |
dateandtime->value | [DateAndTime->Value] returns the value of a dateandtime object formatted as a local date and time. | Date/Time |
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft