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