Sha256: b7a96c60f0b109ff688373506dcf7859255402fca6a7e3794656c4bb410aad7d
Contents?: true
Size: 1.26 KB
Versions: 4
Compression:
Stored size: 1.26 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 # # 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 [GridCellDateTimeRenderer] def initialize(outformat=Wx::DefaultDateTimeFormat, informat=Wx::DefaultDateTimeFormat) end end # GridCellDateTimeRenderer end
Version data entries
4 entries across 4 versions & 1 rubygems