org.rococoa.cocoa.foundation
Class NSDate

java.lang.Object
  extended by org.rococoa.cocoa.foundation.NSObject
      extended by org.rococoa.cocoa.foundation.NSDate
All Implemented Interfaces:
ObjCObject

public abstract class NSDate
extends NSObject


Nested Class Summary
static interface NSDate._Class
           
 
Nested classes/interfaces inherited from class org.rococoa.cocoa.foundation.NSObject
NSObject._class_
 
Field Summary
static NSDate._Class CLASS
           
 
Constructor Summary
NSDate()
           
 
Method Summary
abstract  String description()
           
abstract  double timeIntervalSince1970()
           
 
Methods inherited from class org.rococoa.cocoa.foundation.NSObject
isKindOfClass, isKindOfClass, release, retain, retainCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Field Detail

CLASS

public static final NSDate._Class CLASS
Constructor Detail

NSDate

public NSDate()
Method Detail

timeIntervalSince1970

public abstract double timeIntervalSince1970()

description

public abstract String description()
Specified by:
description in class NSObject


Copyright © 2012. All Rights Reserved.