public static string AsBigQueryDate(this DateTimeOffset value)
Returns the given date and time formatted as BigQuery expects date values to be formatted.
The "local" value of the DateTimeOffset is used; it is not converted to UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage details the `BigQueryDateTimeExtensions` class, which provides extension methods for `System.DateTime` and `System.DateTimeOffset` to be utilized with BigQuery."],["The latest version of these extensions is 3.11.0, and various previous versions dating back to 2.2.0 are documented and accessible."],["The primary methods provided within `BigQueryDateTimeExtensions` are `AsBigQueryDate(DateTime)` and `AsBigQueryDate(DateTimeOffset)`, which format date and time values into BigQuery's expected date format (yyyy-MM-dd)."],["The class `BigQueryDateTimeExtensions` inherits members from `Object`, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `AsBigQueryDate` method for `DateTimeOffset` uses the local value and does not convert to UTC."]]],[]]