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.
Mostra file Open project: Esri/street-data-processing-tools

Public Methods

Method 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 method

public static CreateTimeZoneTable ( string outputFileGdbPath, string timeZone ) : ITable
outputFileGdbPath string
timeZone string
return ITable

MakeSortableMSTIMEZONECode() public static method

public static MakeSortableMSTIMEZONECode ( string countryCodeFieldName ) : string
countryCodeFieldName string
return string

MakeTimeZoneIDCode() public static method

public static MakeTimeZoneIDCode ( string outputFileGdbPath, string timeZoneTableName, string fieldName ) : string
outputFileGdbPath string
timeZoneTableName string
fieldName string
return string

TimeZoneUtilities() public method

public TimeZoneUtilities ( ) : System
return System