DateTimeIntervalMax Property |
The right bound of the DateInterval.
To keep the bounds consistent if Max is set to a time point before Min, the bounds are switched.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public DateTime Max { get; set; }
Public Property Max As DateTime
Get
Set
public:
property DateTime Max {
DateTime get ();
void set (DateTime value);
}
member Max : DateTime with get, set
Property Value
Type:
DateTimeSee Also