MonobjcMonobjc Documented Class Library
Timestamp Property
NamespacesMonobjc.CoreLocationCLLocationTimestamp

The time at which this location was determined. (read-only)

Original signature is '@property(readonly, NS_NONATOMIC_IPHONEONLY) NSDate *timestamp'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSDate Timestamp { get; }
Public Overridable ReadOnly Property Timestamp As NSDate
	Get
public:
virtual property NSDate^ Timestamp {
	NSDate^ get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.CoreLocation (Module: Monobjc.CoreLocation)