Class Time

com.yandex.mapkit

java.lang.Object ⇽ Time

public class Time

Time in I18nTime format.

Use the Time namespace in idl/mapkit/time for other time formats.

Constructors

Time(long value, int tzOffset, String text)
Time()

Use constructor with parameters in your code.

Time(long value, int tzOffset, String text)
Time()

Use constructor with parameters in your code.

Methods

String getText()

The description of the timer.

int getTzOffset()

Time offset to account for time zones.

long getValue()

Time value.

void serialize(Archive archive)
String getText()

The description of the timer.

int getTzOffset()

Time offset to account for time zones.

long getValue()

Time value.

void serialize(Archive archive)

Constructor Detail

Time

public Time (long value, int tzOffset, String text)

Time

public Time ()

Use constructor with parameters in your code.

This one is for bindings only!

Method Detail

getText

public String getText ()

The description of the timer.

getTzOffset

public int getTzOffset ()

Time offset to account for time zones.

getValue

public long getValue ()

Time value.

serialize

public void serialize (Archive archive)