class Ole::ConvertDateTime
- Ole::ConvertDateTime
- Reference
- Object
Defined in:
convert_datetime.crConstructors
Instance Method Summary
- #bytes : Bytes
- #bytes=(bytes : Bytes)
- #day : Int32
- #day=(day : Int32)
- #hours : Int32
- #hours=(hours : Int32)
- #minutes : Int32
- #minutes=(minutes : Int32)
- #month : Int32
- #month=(month : Int32)
- #reverse : Bytes
- #seconds : Int32
- #seconds=(seconds : Int32)
-
#to_datetime
calls to_u64
-
#to_s : String
Returns a nicely readable and concise string representation of this object, typically intended for users.
-
#to_time : Time
if time = 01-01-1601, returns Time.utc else return the time as computed
- #to_u64 : UInt64
- #year : Int32
- #year=(year : Int32)
Constructor Detail
Instance Method Detail
def to_s : String
#
Description copied from class Object
Returns a nicely readable and concise string representation of this object, typically intended for users.
This method should usually not be overridden. It delegates to
#to_s(IO)
which can be overridden for custom implementations.
Also see #inspect
.