Sha256: 90ced1d13caf3d7df6a6fa739107393dadd31a1f6d9d5fab70f14c0f6be0b569
Contents?: true
Size: 1.27 KB
Versions: 6
Compression:
Stored size: 1.27 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::DEFAULT_DATE_TIME_FORMAT, informat=Wx::DEFAULT_DATE_TIME_FORMAT) end end # GridCellDateTimeRenderer end
Version data entries
6 entries across 6 versions & 1 rubygems