Package com.google.zxing.client.result
Class CalendarParsedResult
java.lang.Object
com.google.zxing.client.result.ParsedResult
com.google.zxing.client.result.CalendarParsedResult
Represents a parsed result that encodes a calendar event at a certain time, optionally
 with attendees and a location.
- Author:
- Sean Owen
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.google.zxing.client.result.ParsedResultgetType, maybeAppend, maybeAppend, toString
- 
Constructor Details- 
CalendarParsedResult
 
- 
- 
Method Details- 
getSummary
- 
getStartDeprecated.- Returns:
- start time
 
- 
getStartTimestamppublic long getStartTimestamp()- Returns:
- start time
- See Also:
 
- 
isStartAllDaypublic boolean isStartAllDay()- Returns:
- true if start time was specified as a whole day
 
- 
getEndDeprecated.- Returns:
- event end Date, ornullif event has no duration
 
- 
getEndTimestamppublic long getEndTimestamp()- Returns:
- event end Date, or -1 if event has no duration
- See Also:
 
- 
isEndAllDaypublic boolean isEndAllDay()- Returns:
- true if end time was specified as a whole day
 
- 
getLocation
- 
getOrganizer
- 
getAttendees
- 
getDescription
- 
getLatitudepublic double getLatitude()
- 
getLongitudepublic double getLongitude()
- 
getDisplayResult- Specified by:
- getDisplayResultin class- ParsedResult
 
 
- 
getEndTimestamp()