Click or drag to resize
Moment Constructor
Get's a new Moment defaulting values to DateTime.UtcNow, unless zero is true in which values will be set to the min value

Namespace: MomentSharp
Assembly: MomentSharp (in MomentSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Moment(
	bool zero = false
)

Parameters

zero (Optional)
Type: SystemBoolean
use min values instead of UtcNow
See Also