Detailed Description

Represents an instance of a seconds unit.

Inheritance diagram for Css.Units.SecondsUnit:
Css.Units.TimeUnit Css.Units.DecimalUnit Css.CssUnit Css.Value

Public Member Functions

override string ToString ()
 

Protected Member Functions

override Value Clone ()
 Duplicates this value. More...
 
- Protected Member Functions inherited from Css.Units.TimeUnit
override Value Clone ()
 Duplicates this value. More...
 

Properties

override string[] PostText [get]
 

Additional Inherited Members

- Static Public Member Functions inherited from Css.Value
static Css.Value Load (string text)
 
- Public Attributes inherited from Css.Units.DecimalUnit
float RawValue
 
- Protected Attributes inherited from Css.Value
ValueType Type_ =ValueType.Null
 The type of value this is. More...
 
- Static Package Attributes inherited from Css.Value
static readonly Value Empty =new Units.DecimalUnit(0)
 Represents an empty value. More...
 

Member Function Documentation

override Value Css.Units.SecondsUnit.Clone ( )
inlineprotectedvirtual

Duplicates this value.

Returns
A duplicated copy of this value. Note that if this value has inner values, they are copied too.

Reimplemented from Css.Units.DecimalUnit.

override string Css.Units.SecondsUnit.ToString ( )
inline

Property Documentation

override string [] Css.Units.SecondsUnit.PostText
get