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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `BigQueryDateTimeExtensions` class provides extension methods for `System.DateTime` and `System.DateTimeOffset` to facilitate their use with BigQuery."],["The latest version available is 3.11.0, while version 3.0.0 is the initial entry point for the section, with several versions between also available, and versions as low as 2.2.0."],["The `AsBigQueryDate` method is an extension method that formats a `DateTime` or `DateTimeOffset` value into the yyyy-MM-dd format expected by BigQuery."],["The `AsBigQueryDate` method, when used with `DateTimeOffset`, utilizes the local time and does not convert the value to UTC."]]],[]]