Subversion Repository Public Repository

litesoft

Diff Revisions 911 vs 912 for /trunk/Java/core/Anywhere/src/org/litesoft/core/simpletypes/temporal/TimestampAccessorH.java

Diff revisions: vs.
  @@ -1,9 +1,5 @@
1 1 package org.litesoft.core.simpletypes.temporal;
2 2
3 -
4 - /**
5 - * An accessor for a Timestamp with resolution to the Hour ("Wall" relative) (with tracking for the Offset Minutes from Zulu).
6 - */
7 3 public interface TimestampAccessorH extends CalendarAccessorYMD, TimeAccessorH
8 4 {
9 5 int getZuluOffsetMins();