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
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NSCalendarDatestatic NSDatedateWithTimeIntervalSinceNow(double secs) static NSCalendarDatedateWithYear(long year, long month, long day, long hour, long minute, long second, NSTimeZone aTimeZone) longstatic NSDatelonglonglonglongtimeZone()longMethods inherited from class org.eclipse.swt.internal.cocoa.NSDate
dateWithCalendarFormatMethods 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, isEqualTo, isKindOfClass, mutableCopy, outlineView, outlineView, outlineView, outlineView, performSelector, performSelectorOnMainThread, readSelectionFromPasteboard, release, respondsToSelector, retain, retainCount, setValue, superclass, tableView, tableView, tableView, useCredential, valueForKey, writeSelectionToPasteboardMethods inherited from class org.eclipse.swt.internal.cocoa.id
equals, hashCode, objc_getClass, toString
-
Constructor Details
-
NSCalendarDate
public NSCalendarDate() -
NSCalendarDate
public NSCalendarDate(long id) -
NSCalendarDate
-
-
Method Details
-
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
-
yearOfCommonEra
public long yearOfCommonEra() -
dateWithTimeIntervalSinceNow
-
distantFuture
-