GeocacheLastVisitTimestamp Property
Gets the last visit timestamp.
Namespace: SmallEarthTech.AntPlus.DeviceProfilesAssembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.1+c1e7610f9fcb5b8a327697cc707496363c1e2866
public DateTime? LastVisitTimestamp { get; set; }
Public Property LastVisitTimestamp As DateTime?
Get
Set
public:
property Nullable<DateTime> LastVisitTimestamp {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member LastVisitTimestamp : Nullable<DateTime> with get, set
Property Value
NullableDateTime