setTimeCreatedDateRange method

bool setTimeCreatedDateRange(
  1. UgcQueryHandle handle,
  2. RTime32 rtStart,
  3. RTime32 rtEnd
)

Implementation

bool setTimeCreatedDateRange(
  UgcQueryHandle handle,
  RTime32 rtStart,
  RTime32 rtEnd,
) =>
    _setTimeCreatedDateRange.call(
      this,
      handle,
      rtStart,
      rtEnd,
    );