Answer a Time that is nSeconds after the receiver.
Answer a Time that is timeInterval after the receiver. timeInterval is an instance of Date or Time.
-
object
$timeAmount: An instance of Date or Time.
Answer a Date that represents this object
Answer a DateAndTime that represents this object
Answer a Duration that represents this object, the duration since midnight.
Answer the month that represents this date's month
Answer the number of seconds since midnight of the receiver.
integer
asSeconds
()
Answer a Time that represents our time component
Answer a Timestamp that represents this DateAndTime
Answer this time as a Week
Answer this time as a Year
Answer the duration of this object (always zero)
Read a Time from the stream in the forms:
- <hour24>:<minute>:<second>
- <hour>:<minute>:<second> <am/pm>
- <minute>, <second> or <am/pm> may be omitted. e.g. 1:59:30 pm; 8AM; 15:30
object Time
fromString
(
string $aString, [
optional $class =
'Time'])
-
string
$aString
-
optional
$class: string $class DO NOT USE OUTSIDE OF PACKAGE. This parameter is used to get around the limitations of not being able to find the class of the object that recieved the initial method call.
Answer the hours (0-23)
integer
hour
()
Answer an <integer> between 1 and 12, inclusive, representing the hour of the day in the 12-hour clock of the local time of the receiver.
integer
hour12
()
Answer the hours (0-23)
integer
hour24
()
comparand conforms to protocol DateAndTime, or can be converted into something that conforms.
boolean
isEqualTo
(object $comparand)
Redefinition of:
- Magnitude::isEqualTo()
- Test if this is equal to aMagnitude.
comparand conforms to protocol DateAndTime, or can be converted into something that conforms.
boolean
isLessThan
(object $comparand)
Redefinition of:
- Magnitude::isLessThan()
- Test if this is less than aMagnitude.
Return the Meridian Abbreviation ('AM'/'PM')
string
meridianAbbreviation
()
Answer the Time at midnight
-
optional
$class: string $class DO NOT USE OUTSIDE OF PACKAGE. This parameter is used to get around the limitations of not being able to find the class of the object that recieved the initial method call.
Answer the minute (0-59)
integer
minute
()
Answer the Time at noon
-
optional
$class: string $class DO NOT USE OUTSIDE OF PACKAGE. This parameter is used to get around the limitations of not being able to find the class of the object that recieved the initial method call.
Format is 'h:mm<:ss> am'
string
printableString
()
Redefinition of:
- SObject::printableString()
- Answer a String whose characters are a description of the receiver.
Answer the second (0-59)
integer
second
()
Set our seconds
void
setSeconds
(ingteger $anIntSeconds)
Format is 'h:mm:ss am' or, if showSeconds is false, 'h:mm am'
string
string12
([optional $showSeconds = TRUE])
-
optional
$showSeconds: boolean $showSeconds
Format is 'hh:mm:ss' or, if showSeconds is false, 'hh:mm'
string
string24
([optional $showSeconds = TRUE])
-
optional
$showSeconds: boolean $showSeconds
Answer a Time that is timeInterval before the receiver. timeInterval is an instance of Date or Time.
-
object
$timeAmount: An instance of Date or Time.
Private - answer an array with our instance variables. Assumed to be UTC
array
ticks
()
Answer a Timespan. anEnd must respond to asDateAndTime()
-
object
$anEnd: anEnd must understand asDateAndTime()
Answer a Time from midnight
object Time
withHourMinuteSecond
(
integer $anIntHour,
integer $anIntMinute,
integer $anIntSecond, [
optional $class =
'Time'])
-
integer
$anIntHour
-
integer
$anIntMinute
-
integer
$anIntSecond
-
optional
$class: string $class DO NOT USE OUTSIDE OF PACKAGE. This parameter is used to get around the limitations of not being able to find the class of the object that recieved the initial method call.
Answer a Time from midnight
object Time
withSeconds
(
integer $anIntSeconds, [
optional $class =
'Time'])
-
integer
$anIntSeconds
-
optional
$class: string $class DO NOT USE OUTSIDE OF PACKAGE. This parameter is used to get around the limitations of not being able to find the class of the object that recieved the initial method call.
Inherited Methods
Inherited From Magnitude
Magnitude::isBetween()
Magnitude::isEqualTo()
Magnitude::isGreaterThan()
Magnitude::isGreaterThanOrEqualTo()
Magnitude::isLessThan()
Magnitude::isLessThanOrEqualTo()
Magnitude::max()
Magnitude::min()
Inherited From SObject
SObject::asA()
SObject::asString()
SObject::copy()
SObject::copySameFrom()
SObject::copyTwoLevel()
SObject::deepCopy()
SObject::isEqual()
SObject::isEqualTo()
SObject::isNotEqualTo()
SObject::isNotReferenceTo()
SObject::isReferenceTo()
SObject::newFrom()
SObject::postCopy()
SObject::printableString()
SObject::shallowCopy()
SObject::_deepCopyArray()