Calendar.SetToMax Method

Definition

Sets the components of this Calendar object to the latest DateTime supported.

public:
 virtual void SetToMax() = SetToMax;
void SetToMax();
public void SetToMax();
function setToMax()
Public Sub SetToMax ()

Remarks

If you're using a .NET language (for example, C#, or Visual Basic), then use the Coordinated Universal Time (UTC) time zone with a Calendar object if you wish to follow this set of steps.

If you don't use the Coordinated Universal Time (UTC) time zone, then GetDateTime will throw an exception because the computed number of ticks will under- or overflow due to the timezone offset.

Applies to

See also