MonobjcMonobjc Documented Class Library
SecondsFromGMTForDate Method (aDate)
NamespacesMonobjc.FoundationNSTimeZoneSecondsFromGMTForDate(NSDate)

Returns the difference in seconds between the receiver and Greenwich Mean Time at a given date.

Original signature is '- (NSInteger)secondsFromGMTForDate:(NSDate *)aDate'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSInteger SecondsFromGMTForDate(
	NSDate aDate
)
Public Overridable Function SecondsFromGMTForDate ( _
	aDate As NSDate _
) As NSInteger
public:
virtual NSInteger SecondsFromGMTForDate(
	NSDate^ aDate
)
Parameters
aDate (NSDate)
The date against which to test the receiver.
Return Value
The difference in seconds between the receiver and Greenwich Mean Time at aDate.
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)