MonobjcMonobjc Documented Class Library
IsDaylightSavingTimeForDate Method (aDate)
NamespacesMonobjc.FoundationNSTimeZoneIsDaylightSavingTimeForDate(NSDate)

Returns a Boolean value that indicates whether the receiver uses daylight savings time at a given date.

Original signature is '- (BOOL)isDaylightSavingTimeForDate:(NSDate *)aDate'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool IsDaylightSavingTimeForDate(
	NSDate aDate
)
Public Overridable Function IsDaylightSavingTimeForDate ( _
	aDate As NSDate _
) As Boolean
public:
virtual bool IsDaylightSavingTimeForDate(
	NSDate^ aDate
)
Parameters
aDate (NSDate)
The date against which to test the receiver.
Return Value
YES if the receiver uses daylight savings time at aDate, otherwise NO.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)