public class DtStamp extends UtcProperty
ACTION, ATTACH, ATTENDEE, BUSYTYPE, CALSCALE, CATEGORIES, CLASS, COMMENT, COMPLETED, CONTACT, COUNTRY, CREATED, DESCRIPTION, DTEND, DTSTAMP, DTSTART, DUE, DURATION, EXDATE, EXPERIMENTAL_PREFIX, EXRULE, EXTENDED_ADDRESS, FREEBUSY, GEO, LAST_MODIFIED, LOCALITY, LOCATION, LOCATION_TYPE, METHOD, NAME, ORGANIZER, PERCENT_COMPLETE, POSTALCODE, PRIORITY, PRODID, RDATE, RECURRENCE_ID, REGION, RELATED_TO, REPEAT, REQUEST_STATUS, RESOURCES, RRULE, SEQUENCE, STATUS, STREET_ADDRESS, SUMMARY, TEL, TRANSP, TRIGGER, TZID, TZNAME, TZOFFSETFROM, TZOFFSETTO, TZURL, UID, URL, VERSION
Constructor and Description |
---|
DtStamp()
Default constructor.
|
DtStamp(net.fortuna.ical4j.model.DateTime aDate) |
DtStamp(net.fortuna.ical4j.model.ParameterList aList,
net.fortuna.ical4j.model.DateTime aDate) |
DtStamp(net.fortuna.ical4j.model.ParameterList aList,
java.lang.String aValue) |
DtStamp(java.lang.String aValue) |
getDateTime, setDateTime, setTimeZone, validate
copy, getDate, getTimeZone, getValue, isUtc, setDate, setUtc, setValue
public DtStamp()
public DtStamp(java.lang.String aValue) throws java.text.ParseException
aValue
- a string representation of a DTSTAMP valuejava.text.ParseException
- if the specified value is not a valid representationpublic DtStamp(net.fortuna.ical4j.model.ParameterList aList, java.lang.String aValue) throws java.text.ParseException
aList
- a list of parameters for this componentaValue
- a value string for this componentjava.text.ParseException
- where the specified value string is not a valid
date-time/date representationpublic DtStamp(net.fortuna.ical4j.model.DateTime aDate)
aDate
- a date representing a date-timepublic DtStamp(net.fortuna.ical4j.model.ParameterList aList, net.fortuna.ical4j.model.DateTime aDate)
aList
- a list of parameters for this componentaDate
- a date representing a date-timeCopyright © 2021. All Rights Reserved.