Gets exact alarm time (Always converted to the UTC value).

Namespace: Limilabs.Mail.Appointments
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public Nullable<DateTime> AlarmTime { get; private set; }
Visual Basic
Public Property AlarmTime As Nullable(Of DateTime)
	Get
	Private Set
Visual C++
public:
property Nullable<DateTime> AlarmTime {
	Nullable<DateTime> get ();
	private: void set (Nullable<DateTime> value);
}

See Also