Common Data PagesTime And Date Property
Gets the time and date.
Definition
Namespace: SmallEarthTech.AntPlus
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.5+f8fd98166b9bf0a42264cde40f288f0590fac03d
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.5+f8fd98166b9bf0a42264cde40f288f0590fac03d
C#
public DateTime TimeAndDate { get; set; }VB
Public Property TimeAndDate As DateTime
Get
SetC++
public:
property DateTime TimeAndDate {
DateTime get ();
void set (DateTime value);
}F#
member TimeAndDate : DateTime with get, set