Duration.Standard Property |
Gets the time standard in which this
Duration is measured.
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic TimeStandard Standard { get; }
Public ReadOnly Property Standard As TimeStandard
Get
public:
property TimeStandard^ Standard {
TimeStandard^ get ();
}
member Standard : TimeStandard with get
Property Value
Type:
TimeStandard
See Also