Skip to content

72e0480f e5b5 c6aa 7357 766609593340

Kim Hugener-Ohlsen edited this page May 28, 2016 · 2 revisions

IFrequencyUnitSelector Interface

Interface for Frequency unit selector.

Namespace: Sundew.Quantities.Periodics.UnitSelection
Assembly: Sundew.Quantities (in Sundew.Quantities.dll) Version: 1.0.2.0 (1.0.2.0)

Syntax

C#

public interface IFrequencyUnitSelector : ITimeUnitSelector, 
	IUnitSelector

C#

public interface IFrequencyUnitSelector : ITimeUnitSelector, 
	IUnitSelector

VB

Public Interface IFrequencyUnitSelector
	Inherits ITimeUnitSelector, IUnitSelector

VB

Public Interface IFrequencyUnitSelector
	Inherits ITimeUnitSelector, IUnitSelector

C++

public interface class IFrequencyUnitSelector : ITimeUnitSelector, 
	IUnitSelector

C++

public interface class IFrequencyUnitSelector : ITimeUnitSelector, 
	IUnitSelector

F#

type IFrequencyUnitSelector =  
    interface
        interface ITimeUnitSelector
        interface IUnitSelector
    end

F#

type IFrequencyUnitSelector =  
    interface
        interface ITimeUnitSelector
        interface IUnitSelector
    end

The IFrequencyUnitSelector type exposes the following members.

Properties

 

Name Description
Public property BaseUnit Gets the base unit. (Inherited from IUnitSelector.)
Public property Days Gets the day. (Inherited from ITimeUnitSelector.)
Public property Hertz Gets the hertz.
Public property Hours Gets the hour. (Inherited from ITimeUnitSelector.)
Public property Minutes Gets the minute. (Inherited from ITimeUnitSelector.)
Public property Months Gets the month. (Inherited from ITimeUnitSelector.)
Public property One Gets the one.
Public property Seconds Gets the second. (Inherited from ITimeUnitSelector.)
Public property Weeks Gets the week. (Inherited from ITimeUnitSelector.)
Public property Years Gets the year. (Inherited from ITimeUnitSelector.)
  Back to Top

Methods

 

Name Description
Public method GetDefaultUnits Gets the default units. (Inherited from IUnitSelector.)
  Back to Top

See Also

Reference

Sundew.Quantities.Periodics.UnitSelection Namespace

Clone this wiki locally