Class LSTimeUnits


@BoxBIF(alias="LSWeek") @BoxBIF(alias="LSDayOfWeek") @BoxMember(type=DATETIME,name="lsWeek") @BoxMember(type=DATETIME,name="lsDayOfWeek") public class LSTimeUnits extends TimeUnits
  • Field Details

    • functionMap

      public static final Struct functionMap
      Map of ls functions to TimeUnits functions
  • Constructor Details

    • LSTimeUnits

      public LSTimeUnits()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      Provides the Localized BIF and member functions for time units ( e.g. different locales have different start days to the week )
      Overrides:
      _invoke in class TimeUnits
      Parameters:
      context - The context in which the BIF is being invoked.
      arguments - Argument scope for the BIF.
      Returns:
      The result of the invocation