Sha256: ed585badd972afcb6cf532dfc720d49683985b07141f6a9b5372b40804e81e13

Contents?: true

Size: 1.37 KB

Versions: 1

Compression:

Stored size: 1.37 KB

Contents

# :stopdoc:
# This file is automatically generated by the WXRuby3 documentation 
# generator. Do not alter this file.
# :startdoc:


module Wx::GRID

  # This class may be used to format a date/time data in a cell.
  # The class {Wx::DateTime} is used internally to display the local date/time or to parse the string date entered in the cell thanks to the defined format.
  # === 
  # 
  # Category:  Grid Related Classes
  # @see Wx::GRID::GridCellRenderer
  # @see  Wx::GRID::GridCellAutoWrapStringRenderer
  # @see  Wx::GRID::GridCellBoolRenderer
  # @see  Wx::GRID::GridCellEnumRenderer
  # @see  Wx::GRID::GridCellFloatRenderer
  # @see  Wx::GRID::GridCellNumberRenderer
  # @see  Wx::GRID::GridCellStringRenderer
  # @see  Wx::GRID::GridCellDateRenderer 
  # 
  # 
  # 
  # @note This class is <b>untracked</b> and should not be derived from nor instances extended!
  class GridCellDateTimeRenderer < GridCellDateRenderer
  
    # Date/time renderer constructor.
    # @param outformat [String]  strptime()-like format string used the parse the output date/time.
    # @param informat [String]  strptime()-like format string used to parse the string entered in the cell.
    # @return [Wx::GRID::GridCellDateTimeRenderer]
    def initialize(outformat=Wx::DefaultDateTimeFormat, informat=Wx::DefaultDateTimeFormat) end
    
  end # GridCellDateTimeRenderer
  

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wxruby3-0.9.0-x64-mingw-ucrt lib/wx/doc/gen/grid/grid_cell_date_time_renderer.rb