Method | Description | |
---|---|---|
GetAlertTime ( DateTime appointment, AlertLevel alertLevel ) : DateTime | ||
HasDaylightSavingChanged ( DateTime dt, Location location ) : bool | ||
NormalizeDateTime ( string dtStr, Location location ) : DateTime | ||
Schedule ( string appointmentDateDescription, Location location ) : DateTime | ||
ShowLocalTime ( DateTime dtUtc ) : DateTime |
public static GetAlertTime ( DateTime appointment, AlertLevel alertLevel ) : DateTime | ||
appointment | DateTime | |
alertLevel | AlertLevel | |
return | DateTime |
public static HasDaylightSavingChanged ( DateTime dt, Location location ) : bool | ||
dt | DateTime | |
location | Location | |
return | bool |
public static NormalizeDateTime ( string dtStr, Location location ) : DateTime | ||
dtStr | string | |
location | Location | |
return | DateTime |
public static Schedule ( string appointmentDateDescription, Location location ) : DateTime | ||
appointmentDateDescription | string | |
location | Location | |
return | DateTime |
public static ShowLocalTime ( DateTime dtUtc ) : DateTime | ||
dtUtc | DateTime | |
return | DateTime |