Gets the date and time associated with the element being customized.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public DateTime Date { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Date As DateTime |
A DateTime object.
RemarksIf there is no time associated with the element, the return value is DateTime.MinValue.
See Also