public static class ParseContext.TimezonedDate extends Object
Constructor and Description |
---|
TimezonedDate(ICalDate date,
ICalProperty property) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ICalDate |
getDate()
Gets the date object that was assigned to the property object (should
be parsed under the JVM's default timezone)
|
ICalProperty |
getProperty()
Gets the property object.
|
int |
hashCode() |
public TimezonedDate(ICalDate date, ICalProperty property)
date
- the date object that was assigned to the property objectproperty
- the property objectpublic ICalDate getDate()
public ICalProperty getProperty()
Copyright © 2013–2024 Michael Angstadt. All rights reserved.