Uses of Class
com.j256.simplemagic.types.LocalDateType

Packages that use LocalDateType
com.j256.simplemagic.types Various types which do the pattern matching. 
 

Uses of LocalDateType in com.j256.simplemagic.types
 

Subclasses of LocalDateType in com.j256.simplemagic.types
 class LocalLongDateType
          An 8-byte value interpreted as a UNIX-style date, but interpreted as local time rather than UTC.
 class UtcDateType
          A 4-byte value interpreted as a UNIX date in UTC timezone.
 class UtcLongDateType
          A 8-byte value interpreted as a UNIX date in UTC timezone.
 



This content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.