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: 24.2.419.0 (24.2.419.0)
Syntax
public TimeStandard(
	string name,
	string abbreviation,
	TimeStandard arithmeticSafeStandard
)

Parameters

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