Search Results for

    Show / Hide Table of Contents

    Class ExcelFormatExpander

    Inheritance
    System.Object
    ExcelFormatExpander
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: TimeCockpit.Data.Export.Excel
    Assembly: TimeCockpit.Data.Export.dll
    Syntax
    public static class ExcelFormatExpander

    Methods

    GetExpandedDateTimeFormat(String, CultureInfo, out Int32)

    Declaration
    public static string GetExpandedDateTimeFormat(string format, CultureInfo cultureInfo, out int excelDateFormatId)
    Parameters
    Type Name Description
    System.String format
    System.Globalization.CultureInfo cultureInfo
    System.Int32 excelDateFormatId
    Returns
    Type Description
    System.String

    GetExpandedNumberFormat(String, CultureInfo, out Int32)

    Declaration
    public static string GetExpandedNumberFormat(string format, CultureInfo cultureInfo, out int excelNumberFormatId)
    Parameters
    Type Name Description
    System.String format
    System.Globalization.CultureInfo cultureInfo
    System.Int32 excelNumberFormatId
    Returns
    Type Description
    System.String

    PrepareNoOperation(DateTime)

    Declaration
    public static DateTime PrepareNoOperation(DateTime dateTime)
    Parameters
    Type Name Description
    System.DateTime dateTime
    Returns
    Type Description
    System.DateTime

    ToUtcFirst(DateTime)

    Declaration
    public static DateTime ToUtcFirst(DateTime dateTime)
    Parameters
    Type Name Description
    System.DateTime dateTime
    Returns
    Type Description
    System.DateTime
    In This Article
    Back to top Copyright © 2025 software architects gmbh