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
)
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 -> TimeStandard
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 See Also