Click or drag to resize

TimeStandard Constructor

Initializes a new time standard instance.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.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 null if this standard is itself safe for arithmetic.
See Also