|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hsmf.datatypes.PropertyValue
org.apache.poi.hsmf.datatypes.PropertyValue.TimePropertyValue
public static class PropertyValue.TimePropertyValue
64-bit integer specifying the number of 100ns periods since Jan 1, 1601
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.poi.hsmf.datatypes.PropertyValue |
---|
PropertyValue.LongLongPropertyValue, PropertyValue.TimePropertyValue |
Field Summary |
---|
Fields inherited from class org.apache.poi.hsmf.datatypes.PropertyValue |
---|
data |
Constructor Summary | |
---|---|
PropertyValue.TimePropertyValue(MAPIProperty property,
long flags,
byte[] data)
|
Method Summary | |
---|---|
java.util.Calendar |
getValue()
|
void |
setValue(java.util.Calendar value)
|
Methods inherited from class org.apache.poi.hsmf.datatypes.PropertyValue |
---|
getFlags, getProperty, setRawValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PropertyValue.TimePropertyValue(MAPIProperty property, long flags, byte[] data)
Method Detail |
---|
public java.util.Calendar getValue()
getValue
in class PropertyValue
public void setValue(java.util.Calendar value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |