Class CreateTime

java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.temporal.CreateTime

@BoxBIF(description="Create a time object") public class CreateTime extends BIF
  • Constructor Details

    • CreateTime

      public CreateTime()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      Creates a time-only datetime object using the epoch date ( 1970-1-1 ) as the date reference.
      Specified by:
      _invoke in class BIF
      Parameters:
      context - The context in which the BIF is being invoked.
      arguments - Argument scope for the BIF.
      Returns:
      The result of the invocation