Share via


Calendar.SetToMin Method

Definition

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

public:
 virtual void SetToMin() = SetToMin;
void SetToMin();
public void SetToMin();
function setToMin()
Public Sub SetToMin ()

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