Package | Description |
---|---|
org.ballerinalang.nativeimpl.time |
Modifier and Type | Class and Description |
---|---|
class |
AddDuration
Add given durations to the time.
|
class |
CreateTime
Create a time from the given time components.
|
class |
CurrentTime
Get the current local time with local timezone information.
|
class |
Day
Get the day value for the given time.
|
class |
Format
Convert a Time to string in the given format.
|
class |
FormatTo
Convert a Time to string in the given format.
|
class |
GetDate
Get the year,month and date value for the given time.
|
class |
GetTime
Get the hour, minute, second and millisecond value for the given time.
|
class |
Hour
Get the hour value for the given time.
|
class |
MilliSecond
Get the milli second value for the given time.
|
class |
Minute
Get the minute value for the given time.
|
class |
Month
Get the month value for the given time.
|
class |
NanoTime
Get the system time value in nano seconds.
|
class |
Parse
Get the Time for the given string.
|
class |
ParseTo
Get the Time for the given string.
|
class |
Second
Get the second value for the given time.
|
class |
SubtractDuration
Subtract given durations from the time.
|
class |
ToString
Convert a Time to ISO 8601 formatted string.
|
class |
ToTimezone
Change the timezone associated with the given time.
|
class |
WeekDay
Get the week day of the given time.
|
class |
Year
Get the year value for the given time.
|
Copyright © 2018 WSO2. All rights reserved.