Search Results for

    Show / Hide Table of Contents

    Class SunAndMoon.SunMoonTides

    Inheritance
    Object
    SunAndMoon.SunMoonTides
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: AudioAnalysisTools
    Assembly: AudioAnalysisTools.dll
    Syntax
    public class SunMoonTides

    Fields

    | Improve this Doc View Source

    Dictionary

    Declaration
    public Dictionary<string, DateTimeOffset> Dictionary
    Field Value
    Type Description
    Dictionary<String, DateTimeOffset>
    | Improve this Doc View Source

    HIGHTIDE

    Declaration
    public const string HIGHTIDE = "HighTide"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    LOWTIDE

    Declaration
    public const string LOWTIDE = "LowTide"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    SUNRISE

    Declaration
    public const string SUNRISE = "Sunrise"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    SUNSET

    Declaration
    public const string SUNSET = "Sunset"
    Field Value
    Type Description
    String

    Properties

    | Improve this Doc View Source

    Date

    Declaration
    public DateTimeOffset Date { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    Extension Methods

    ObjectExtensions.NotNull(Object)
    ObjectExtensions.AsArray<T>(T)
    ObjectExtensions.AsList<T>(T)
    ObjectExtensions.Wrap<T>(T)
    SystemExtensions.BinarySerialize(Object)
    ConfigFileExtensions.NotNull(Object, FileInfo, String, String)
    ConfigFileExtensions.ValidateNotNull(Object, String, String)
    ConfigFileExtensions.ValidateLessThan<T>(Object, Nullable<T>, String, Nullable<T>, String, String)
    ExtensionsXml.SerializeObject<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top