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)
Syntaxpublic TimeStandard(
	string name,
	string abbreviation,
	TimeStandard arithmeticSafeStandard
)
Public Sub New ( 
	name As String,
	abbreviation As String,
	arithmeticSafeStandard As TimeStandard
)
public:
TimeStandard(
	String^ name, 
	String^ abbreviation, 
	TimeStandard^ arithmeticSafeStandard
)
new : 
        name : string * 
        abbreviation : string * 
        arithmeticSafeStandard : TimeStandard -> TimeStandardParameters
- 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
See Also