Package org.eclipse.swt.internal.cocoa
Class NSCalendarDate
- java.lang.Object
-
- org.eclipse.swt.internal.cocoa.id
-
- org.eclipse.swt.internal.cocoa.NSObject
-
- org.eclipse.swt.internal.cocoa.NSDate
-
- org.eclipse.swt.internal.cocoa.NSCalendarDate
-
public class NSCalendarDate extends NSDate
-
-
Constructor Summary
Constructors Constructor Description NSCalendarDate()
NSCalendarDate(long id)
NSCalendarDate(id id)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NSCalendarDate
calendarDate()
static NSCalendarDate
dateWithTimeIntervalSinceNow(double secs)
static NSCalendarDate
dateWithYear(long year, long month, long day, long hour, long minute, long second, NSTimeZone aTimeZone)
long
dayOfMonth()
static NSDate
distantFuture()
long
hourOfDay()
long
minuteOfHour()
long
monthOfYear()
long
secondOfMinute()
NSTimeZone
timeZone()
long
yearOfCommonEra()
-
Methods inherited from class org.eclipse.swt.internal.cocoa.NSDate
dateWithCalendarFormat
-
Methods inherited from class org.eclipse.swt.internal.cocoa.NSObject
accessibilityAttributeValue, accessibilitySetOverrideValue, addEventListener, alloc, autorelease, cancelAuthenticationChallenge, className, conformsToProtocol, copy, description, draggedImage, draggingDestinationWindow, draggingLocation, draggingPasteboard, draggingSourceOperationMask, handleEvent, init, isEqual, isKindOfClass, mutableCopy, outlineView, outlineView, outlineView, performSelector, performSelectorOnMainThread, readSelectionFromPasteboard, release, respondsToSelector, retain, retainCount, setValue, superclass, tableView, tableView, useCredential, valueForKey, writeSelectionToPasteboard
-
Methods inherited from class org.eclipse.swt.internal.cocoa.id
equals, hashCode, objc_getClass, toString
-
-
-
-
Constructor Detail
-
NSCalendarDate
public NSCalendarDate()
-
NSCalendarDate
public NSCalendarDate(long id)
-
NSCalendarDate
public NSCalendarDate(id id)
-
-
Method Detail
-
calendarDate
public static NSCalendarDate calendarDate()
-
dateWithYear
public static NSCalendarDate dateWithYear(long year, long month, long day, long hour, long minute, long second, NSTimeZone aTimeZone)
-
dayOfMonth
public long dayOfMonth()
-
hourOfDay
public long hourOfDay()
-
minuteOfHour
public long minuteOfHour()
-
monthOfYear
public long monthOfYear()
-
secondOfMinute
public long secondOfMinute()
-
timeZone
public NSTimeZone timeZone()
-
yearOfCommonEra
public long yearOfCommonEra()
-
dateWithTimeIntervalSinceNow
public static NSCalendarDate dateWithTimeIntervalSinceNow(double secs)
-
distantFuture
public static NSDate distantFuture()
-
-