Method | Description | |
---|---|---|
CreateTimeZoneTable ( string outputFileGdbPath, string timeZone ) : ITable | ||
MakeSortableMSTIMEZONECode ( string countryCodeFieldName ) : string | ||
MakeTimeZoneIDCode ( string outputFileGdbPath, string timeZoneTableName, string fieldName ) : string | ||
TimeZoneUtilities ( ) : System |
public static CreateTimeZoneTable ( string outputFileGdbPath, string timeZone ) : ITable | ||
outputFileGdbPath | string | |
timeZone | string | |
return | ITable |
public static MakeSortableMSTIMEZONECode ( string countryCodeFieldName ) : string | ||
countryCodeFieldName | string | |
return | string |
public static MakeTimeZoneIDCode ( string outputFileGdbPath, string timeZoneTableName, string fieldName ) : string | ||
outputFileGdbPath | string | |
timeZoneTableName | string | |
fieldName | string | |
return | string |