Logging time

Namespace: BasicCard.Logging
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public DateTime Time { get; }
Visual Basic
Public ReadOnly Property Time As DateTime
	Get
Visual C++
public:
property DateTime Time {
	DateTime get ();
}
F#
member Time : DateTime with get

Property Value

Type: DateTime

See Also