C# 클래스 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.
파일 보기 프로젝트 열기: Esri/street-data-processing-tools

공개 메소드들

메소드 설명
CreateTimeZoneTable ( string outputFileGdbPath, string timeZone ) : ITable
MakeSortableMSTIMEZONECode ( string countryCodeFieldName ) : string
MakeTimeZoneIDCode ( string outputFileGdbPath, string timeZoneTableName, string fieldName ) : string
TimeZoneUtilities ( ) : System

메소드 상세

CreateTimeZoneTable() 공개 정적인 메소드

public static CreateTimeZoneTable ( string outputFileGdbPath, string timeZone ) : ITable
outputFileGdbPath string
timeZone string
리턴 ITable

MakeSortableMSTIMEZONECode() 공개 정적인 메소드

public static MakeSortableMSTIMEZONECode ( string countryCodeFieldName ) : string
countryCodeFieldName string
리턴 string

MakeTimeZoneIDCode() 공개 정적인 메소드

public static MakeTimeZoneIDCode ( string outputFileGdbPath, string timeZoneTableName, string fieldName ) : string
outputFileGdbPath string
timeZoneTableName string
fieldName string
리턴 string

TimeZoneUtilities() 공개 메소드

public TimeZoneUtilities ( ) : System
리턴 System