org.rococoa.cocoa.foundation
Interface NSDate

All Superinterfaces:
NSObject

public interface NSDate
extends NSObject


Nested Class Summary
static interface NSDate._Class
           
 
Field Summary
static NSDate._Class CLASS
           
 
Method Summary
 java.lang.String description()
           
 double timeIntervalSince1970()
           
 
Methods inherited from interface org.rococoa.NSObject
id, isKindOfClass, isKindOfClass, release, retain, retainCount
 

Field Detail

CLASS

static final NSDate._Class CLASS
Method Detail

timeIntervalSince1970

double timeIntervalSince1970()

description

java.lang.String description()
Specified by:
description in interface NSObject


Copyright © 2009. All Rights Reserved.