Subversion Repository Public Repository

litesoft

Diff Revisions 861 vs 893 for /trunk/Java/core/Anywhere/src/org/litesoft/core/simpletypes/temporal/TimestampAccessorHMS.java

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