Class CreateODBCDateTime

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

@BoxBIF @BoxBIF(alias="CreateODBCDate") @BoxBIF(alias="CreateODBCTime") @BoxMember(type=DATETIME,name="toODBCDateTime") @BoxMember(type=DATETIME,name="toODBCDate") @BoxMember(type=DATETIME,name="toODBCTime") public class CreateODBCDateTime extends BIF
  • Constructor Details

    • CreateODBCDateTime

      public CreateODBCDateTime()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      Creates a DateTime object with the format set to ODBC Implicit format
      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