Click or drag to resize

TimeStandard Constructor

Initializes a new instance.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public TimeStandard(
	string name,
	string abbreviation,
	TimeStandard arithmeticSafeStandard
)

Parameters

name
Type: System.String
The name of the time standard.
abbreviation
Type: System.String
An abbreviation for the time standard.
arithmeticSafeStandard
Type: AGI.Foundation.Time.TimeStandard
Another time standard that is closely related to this one but is safe for arithmetic, or null if this standard is itself safe for arithmetic.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when name or abbreviation is null.
See Also