类 NativeTime

java.lang.Object
org.ice1000.jimgui.NativeTime
所有已实现的接口:
AutoCloseable, DeallocatableObject

public class NativeTime extends Object implements DeallocatableObject
从以下版本开始:
v0.16
  • 构造器详细资料

    • NativeTime

      public NativeTime()
  • 方法详细资料

    • deallocateNativeObject

      @Contract public void deallocateNativeObject()
      指定者:
      deallocateNativeObject 在接口中 DeallocatableObject
    • resetToToday

      public void resetToToday()
    • reset

      public void reset()
    • toAbsoluteSeconds

      @Deprecated public long toAbsoluteSeconds()
      已过时。
    • accessAbsoluteSeconds

      public long accessAbsoluteSeconds()
    • modifyAbsoluteSeconds

      public void modifyAbsoluteSeconds(long absoluteSeconds)