org.mule.api.el.datetime
Interface Time

All Superinterfaces:
Instant
All Known Implementing Classes:
DateTime

public interface Time
extends Instant


Method Summary
 Time changeTimeZone(String newTimezone)
           
 int getHours()
           
 long getMilliSeconds()
           
 int getMinutes()
           
 int getSeconds()
           
 Time plusHours(int add)
           
 Time plusMilliSeconds(int add)
           
 Time plusMinutes(int add)
           
 Time plusSeconds(int add)
           
 Time withLocale(String locale)
           
 Time withTimeZone(String newTimezone)
           
 
Methods inherited from interface org.mule.api.el.datetime.Instant
format, format, getTimeZone, isAfter, isBefore, toCalendar, toDate, toXMLCalendar
 

Method Detail

getMilliSeconds

long getMilliSeconds()

getSeconds

int getSeconds()

getMinutes

int getMinutes()

getHours

int getHours()

plusMilliSeconds

Time plusMilliSeconds(int add)

plusSeconds

Time plusSeconds(int add)

plusMinutes

Time plusMinutes(int add)

plusHours

Time plusHours(int add)

withTimeZone

Time withTimeZone(String newTimezone)
Specified by:
withTimeZone in interface Instant

changeTimeZone

Time changeTimeZone(String newTimezone)
Specified by:
changeTimeZone in interface Instant

withLocale

Time withLocale(String locale)
Specified by:
withLocale in interface Instant


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.