C# Class GPProcessVendorDataFunctions.TimeZoneUtilities

TimeZoneUtilities class has time zone string constants, a function for generating code for looking up TimeZoneID values, and a function for creating a time zone table for one time zone.
Afficher le fichier Open project: Esri/street-data-processing-tools

Méthodes publiques

Méthode Description
CreateTimeZoneTable ( string outputFileGdbPath, string timeZone ) : ITable
MakeSortableMSTIMEZONECode ( string countryCodeFieldName ) : string
MakeTimeZoneIDCode ( string outputFileGdbPath, string timeZoneTableName, string fieldName ) : string
TimeZoneUtilities ( ) : System

Method Details

CreateTimeZoneTable() public static méthode

public static CreateTimeZoneTable ( string outputFileGdbPath, string timeZone ) : ITable
outputFileGdbPath string
timeZone string
Résultat ITable

MakeSortableMSTIMEZONECode() public static méthode

public static MakeSortableMSTIMEZONECode ( string countryCodeFieldName ) : string
countryCodeFieldName string
Résultat string

MakeTimeZoneIDCode() public static méthode

public static MakeTimeZoneIDCode ( string outputFileGdbPath, string timeZoneTableName, string fieldName ) : string
outputFileGdbPath string
timeZoneTableName string
fieldName string
Résultat string

TimeZoneUtilities() public méthode

public TimeZoneUtilities ( ) : System
Résultat System