org.apache.poi.hsmf.datatypes
Class PropertyValue.TimePropertyValue

java.lang.Object
  extended by org.apache.poi.hsmf.datatypes.PropertyValue
      extended by org.apache.poi.hsmf.datatypes.PropertyValue.TimePropertyValue
Enclosing class:
PropertyValue

public static class PropertyValue.TimePropertyValue
extends PropertyValue

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

PropertyValue.TimePropertyValue

public PropertyValue.TimePropertyValue(MAPIProperty property,
                                       long flags,
                                       byte[] data)
Method Detail

getValue

public java.util.Calendar getValue()
Overrides:
getValue in class PropertyValue

setValue

public void setValue(java.util.Calendar value)


Copyright 2013 The Apache Software Foundation or its licensors, as applicable.