MonobjcMonobjc Documented Class Library
SendBeforeDate Method (aDate)
NamespacesMonobjc.FoundationNSPortMessageSendBeforeDate(NSDate)

Attempts to send the message before aDate, returning YES if successful or NO if the operation times out.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool SendBeforeDate(
	NSDate aDate
)
Public Overridable Function SendBeforeDate ( _
	aDate As NSDate _
) As Boolean
public:
virtual bool SendBeforeDate(
	NSDate^ aDate
)
Parameters
aDate (NSDate)
The instant before which the message should be sent.
Return Value
YES if the operation is successful, otherwise NO (for example, if the operation times out).
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)