Sha256: d991f5332fa868bd688caef8173b5d4b45550d6e0ebd75ab5e336dd8be6c2d53

Contents?: true

Size: 822 Bytes

Versions: 4

Compression:

Stored size: 822 Bytes

Contents

# :stopdoc:
# Copyright (c) 2023 M.J.N. Corino, The Netherlands
#
# This software is released under the MIT license.
# :startdoc:


module Wx

  class DatePickerCtrl < Control

    # If the control had been previously limited to a range of dates using #set_range, returns the lower and upper bounds of this range.
    #
    # If no range is set (or only one of the bounds is set), dt1 and/or dt2 are set to be invalid.
    #
    # Notice that when using a native MSW implementation of this control the lower range is always set, even
    # if #set_range hadn't been called explicitly, as the native control only supports dates later than year 1601.
    # @return [Array(Time, Time),nil] a set with the lower and upper range limit or nil if no range previously set
    def get_range; end

  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
wxruby3-0.9.7-x64-mingw-ucrt lib/wx/doc/date_picker_ctrl.rb
wxruby3-0.9.5-x64-mingw-ucrt lib/wx/doc/date_picker_ctrl.rb
wxruby3-0.9.4-x64-mingw-ucrt lib/wx/doc/date_picker_ctrl.rb
wxruby3-0.9.3-x64-mingw-ucrt lib/wx/doc/date_picker_ctrl.rb